Changeset ee820ff in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2018-02-22T19:39:53Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
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.
Message:

Merge commit 'df368491aa1c0ce3024a51c602b7d0cbe4bd84d3'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r5fe3f954 ree820ff  
    554554       
    555555        # 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"`"
    558558       
    559559        ln -s $CLANG "${INSTALL_DIR}/${PREFIX}/bin/${TARGET}-clang"
Note: See TracChangeset for help on using the changeset viewer.