Home | History | Annotate | Download | only in build-aux

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 ;;
156 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
208 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
408 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
410 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
518 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
605 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
708 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
720 # $ CC_FOR_BUILD=cc ./config.guess
722 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
725 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
766 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
857 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
948 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
953 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1039 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
1346 CC_FOR_BUILD=no_compiler_found
1350 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
1352 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1362 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1605 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&