Searched refs:CC_FOR_BUILD (Results 1 – 1 of 1) sorted by relevance
109 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in113 CC_FOR_BUILD="$driver"117 if test x"$CC_FOR_BUILD" = x ; then118 CC_FOR_BUILD=no_compiler_found121 ,,*) CC_FOR_BUILD=$CC ;;122 ,*,*) CC_FOR_BUILD=$HOST_CC ;;205 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \399 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then401 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \509 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&[all …]
Completed in 5 milliseconds