Changes in tools/toolchain.sh [8192d8a:367db39a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r8192d8a r367db39a  
    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.