Lines Matching refs:CC_FOR_BUILD

87 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
92 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
111 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
115 CC_FOR_BUILD="$driver"
119 if test x"$CC_FOR_BUILD" = x ; then
120 CC_FOR_BUILD=no_compiler_found
123 ,,*) CC_FOR_BUILD=$CC ;;
124 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
161 eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g')"
206 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
406 if test "$CC_FOR_BUILD" != no_compiler_found; then
408 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
516 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
603 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=$("$dummy")
706 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=$("$dummy")
718 # $ CC_FOR_BUILD=cc ./config.guess
720 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
723 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
764 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=$("$dummy") &&
855 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
946 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
951 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1037 eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI')"
1099 if test "$CC_FOR_BUILD" != no_compiler_found; then
1101 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1357 CC_FOR_BUILD=no_compiler_found
1361 if test "$CC_FOR_BUILD" != no_compiler_found; then
1363 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1373 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1616 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=$($dummy) &&