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
110 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
114 CC_FOR_BUILD="$driver"
118 if test x"$CC_FOR_BUILD" = x ; then
119 CC_FOR_BUILD=no_compiler_found
122 ,,*) CC_FOR_BUILD=$CC ;;
123 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
155 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 \
505 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
592 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
695 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
707 # $ CC_FOR_BUILD=cc ./config.guess
709 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
712 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
753 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
844 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
929 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
934 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
992 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
1296 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
1298 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1308 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \