Lines Matching refs:CC_FOR_BUILD
97 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
102 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
117 case $CC_FOR_BUILD,$HOST_CC,$CC in
121 CC_FOR_BUILD="$c"; break ;
124 if test x"$CC_FOR_BUILD" = x ; then
125 CC_FOR_BUILD=no_compiler_found ;
128 ,,*) CC_FOR_BUILD=$CC ;;
129 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
173 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
349 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
351 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
459 $CC_FOR_BUILD -o $dummy $dummy.c &&
546 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
648 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
660 # $ CC_FOR_BUILD=cc ./config.guess
662 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
665 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
706 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
882 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
887 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
919 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
947 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
1228 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1230 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1443 $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&