Home | History | Annotate | Download | only in config

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'`
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`
665 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
677 # $ CC_FOR_BUILD=cc ./config.guess
679 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
682 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
723 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
912 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
917 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
1264 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1266 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1489 $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&