Lines Matching refs:CC_FOR_BUILD
89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
109 case $CC_FOR_BUILD,$HOST_CC,$CC in
113 CC_FOR_BUILD="$c"; break ;
116 if test x"$CC_FOR_BUILD" = x ; then
117 CC_FOR_BUILD=no_compiler_found ;
120 ,,*) CC_FOR_BUILD=$CC ;;
121 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
186 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
366 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
368 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
476 $CC_FOR_BUILD -o $dummy $dummy.c &&
563 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
666 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
678 # $ CC_FOR_BUILD=cc ./config.guess
680 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
683 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
724 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
913 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
918 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
970 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
1265 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1267 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \