Changeset ee820ff in mainline for tools/toolchain.sh
- Timestamp:
- 2018-02-22T19:39:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0539c14
- Parents:
- 5fe3f954 (diff), df368491 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r5fe3f954 ree820ff 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.