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 ;;
160 eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g')"
218 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
418 if test "$CC_FOR_BUILD" != no_compiler_found; then
420 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
528 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
615 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=$("$dummy")
718 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=$("$dummy")
735 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
776 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=$("$dummy") &&
867 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
958 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
963 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
1052 eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI')"
1114 if test "$CC_FOR_BUILD" != no_compiler_found; then
1116 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1372 CC_FOR_BUILD=no_compiler_found
1376 if test "$CC_FOR_BUILD" != no_compiler_found; then
1378 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1388 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \