Home | History | Annotate | Download | only in tools

Lines Matching refs:SYSTEM

33 this script copy toolchains/llvm-$DEFAULT_LLVM_VERSION/prebuilt/$SYSTEM/bin/ld.mcld[.exe]
78 # compute SYSTEM of this ld.mcld
79 SYSTEM=${MCLD%%/bin/*}
80 SYSTEM=${SYSTEM##*prebuilt/}
81 SYSTEMS=$SYSTEMS" $SYSTEM"
85 for SYSTEM in $SYSTEMS; do
87 if [ "$SYSTEM" != "${SYSTEM%%windows*}" ] ; then
91 MCLD=toolchains/llvm-$DEFAULT_LLVM_VERSION/prebuilt/$SYSTEM/bin/ld.mcld$HOST_EXE
96 # find all GNU ld with the same SYSTEM
97 ALL_LDS=`find toolchains \( -name "*-ld" -o -name "ld" -o -name "*-ld.exe" -o -name "ld.exe" \) | egrep "/arm|/x86|/mips|/aarch64" | grep $SYSTEM/`
115 LD_MCLD=toolchains/llvm-$LLVM/prebuilt/$SYSTEM/bin/ld.mcld$HOST_EXE
124 ARCHIVE="ld.mcld-$SYSTEM.tar.bz2"