Changes in tools/toolchain.sh [8192d8a:367db39a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r8192d8a r367db39a 554 554 555 555 # Symlink clang and lld to the install path. 556 CLANG= "`which clang 2> /dev/null || echo "/usr/bin/clang"`"557 LLD= "`which ld.lld 2> /dev/null || echo "/usr/bin/ld.lld"`"556 CLANG=`which clang 2> /dev/null || echo "/usr/bin/clang"` 557 LLD=`which ld.lld 2> /dev/null || echo "/usr/bin/ld.lld"` 558 558 559 559 ln -s $CLANG "${INSTALL_DIR}/${PREFIX}/bin/${TARGET}-clang"
Note:
See TracChangeset
for help on using the changeset viewer.