Lines Matching refs:CC_FOR_BUILD
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 ;;
161 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
205 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
405 if test "$CC_FOR_BUILD" != no_compiler_found; then
407 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
515 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
602 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
705 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
722 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
763 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
854 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
945 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
950 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1036 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
1098 if test "$CC_FOR_BUILD" != no_compiler_found; then
1100 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1356 CC_FOR_BUILD=no_compiler_found
1360 if test "$CC_FOR_BUILD" != no_compiler_found; then
1362 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1372 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \