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 ;;
179 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
237 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
444 if test "$CC_FOR_BUILD" != no_compiler_found; then
446 (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \
557 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
646 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
750 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
762 # $ CC_FOR_BUILD=cc ./config.guess
764 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
767 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
808 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
904 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
990 if test "$CC_FOR_BUILD" != no_compiler_found; then
1001 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1032 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
1037 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1135 cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
1199 if test "$CC_FOR_BUILD" != no_compiler_found; then
1210 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1470 CC_FOR_BUILD=no_compiler_found
1474 if test "$CC_FOR_BUILD" != no_compiler_found; then
1476 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1486 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1743 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` &&