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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

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