Searched refs:CC_FOR_BUILD (Results 1 – 1 of 1) sorted by relevance
124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in128 CC_FOR_BUILD=$driver132 if test x"$CC_FOR_BUILD" = x ; then133 CC_FOR_BUILD=no_compiler_found136 ,,*) CC_FOR_BUILD=$CC ;;137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;231 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \438 if test "$CC_FOR_BUILD" != no_compiler_found; then551 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&1162 if test "$CC_FOR_BUILD" != no_compiler_found; then[all …]
Completed in 7 milliseconds