Lines Matching refs:CC_FOR_BUILD
100 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
128 CC_FOR_BUILD=$driver
132 if test x"$CC_FOR_BUILD" = x ; then
133 CC_FOR_BUILD=no_compiler_found
136 ,,*) CC_FOR_BUILD=$CC ;;
137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
235 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
442 if test "$CC_FOR_BUILD" != no_compiler_found; then
444 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
555 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
643 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
746 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
758 # $ CC_FOR_BUILD=cc ./config.guess
760 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
763 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
804 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
900 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
999 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
1004 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1093 cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
1156 if test "$CC_FOR_BUILD" != no_compiler_found; then
1158 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1414 CC_FOR_BUILD=no_compiler_found
1418 if test "$CC_FOR_BUILD" != no_compiler_found; then
1420 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1430 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1680 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` &&