Changeset d231a54 in mainline for tools/toolchain.sh
- Timestamp:
- 2025-02-24T11:12:39Z (22 hours ago)
- Branches:
- master
- Parents:
- be62ebc
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-02-24 10:46:00)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-02-24 11:12:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
rbe62ebc rd231a54 512 512 # Symlink clang and lld to the install path. 513 513 CLANG="`which clang 2> /dev/null || echo "/usr/bin/clang"`" 514 CLANGPP="`which clang++ 2> /dev/null || echo "/usr/bin/clang++"`" 514 515 LLD="`which ld.lld 2> /dev/null || echo "/usr/bin/ld.lld"`" 515 516 516 517 ln -s $CLANG "${INSTALL_DIR}${CROSS_PREFIX}/bin/${TARGET}-clang" 518 ln -s $CLANGPP "${INSTALL_DIR}${CROSS_PREFIX}/bin/${TARGET}-clang++" 517 519 ln -s $LLD "${INSTALL_DIR}${CROSS_PREFIX}/bin/${TARGET}-ld.lld" 518 520 }
Note:
See TracChangeset
for help on using the changeset viewer.