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 ;;
177 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 -m64 -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 \
986 if test "$CC_FOR_BUILD" != no_compiler_found; then
997 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1028 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
1033 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1131 cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
1195 if test "$CC_FOR_BUILD" != no_compiler_found; then
1206 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1466 CC_FOR_BUILD=no_compiler_found
1470 if test "$CC_FOR_BUILD" != no_compiler_found; then
1472 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1482 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1735 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` &&