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'`
231 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
438 if test "$CC_FOR_BUILD" != no_compiler_found; then
440 (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \
551 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
639 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
742 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
754 # $ CC_FOR_BUILD=cc ./config.guess
756 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
759 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
800 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
896 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
982 if test "$CC_FOR_BUILD" != no_compiler_found; then
993 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1024 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
1029 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1127 cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
1191 if test "$CC_FOR_BUILD" != no_compiler_found; then
1202 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1462 CC_FOR_BUILD=no_compiler_found
1466 if test "$CC_FOR_BUILD" != no_compiler_found; then
1468 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1478 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1731 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` &&