Lines Matching refs:CC
90 old_cc="$CC"
168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
169 cc=${CC-${CROSS_PREFIX}gcc}
184 CC="$cc"
254 CC=${CC-cc}
256 echo ... using $CC >> configure.log
299 flag64=`$CC -flags | egrep -- '^-m64'`
359 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
395 if try $CC -c $CFLAGS $test.c; then
412 if try $CC -w -c $SFLAGS $test.c &&
414 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
424 LDSHARED="$CC"
430 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
437 CPP=${CPP-"$CC -E"}
458 if try $CC -c $CFLAGS $test.c; then
473 if try $CC -c $CFLAGS $test.c; then
495 if try $CC $CFLAGS -o $test $test.c; then
516 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
533 if try $CC $CFLAGS -o $test $test.c; then
550 if try $CC $CFLAGS -o $test $test.c; then
568 if try $CC -c $CFLAGS $test.c; then
583 if try $CC -c $CFLAGS $test.c; then
614 CC=$GCC_CLASSIC
636 if try $CC -c $CFLAGS $test.c; then
657 if try $CC $CFLAGS -o $test $test.c; then
680 if try $CC -c $CFLAGS $test.c; then
718 if try $CC -c $CFLAGS $test.c; then
747 if try $CC $CFLAGS -o $test $test.c; then
764 if try $CC -c $CFLAGS $test.c; then
796 if try $CC -c $CFLAGS $test.c; then
820 if tryboth $CC -c $CFLAGS $test.c; then
834 echo CC = $CC >> configure.log
864 /^CC *=/s#=.*#=$CC#
897 /^CC *=/s#=.*#=$CC#