Lines Matching refs:CC

8 #    prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
76 old_cc="$CC"
152 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
153 cc=${CC-${CROSS_PREFIX}gcc}
167 CC="$cc"
230 CC=${CC-cc}
232 echo ... using $CC >> configure.log
275 flag64=`$CC -flags | egrep -- '^-m64'`
332 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
368 if try $CC -c $CFLAGS $test.c; then
385 if try $CC -w -c $SFLAGS $test.c &&
387 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
392 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
397 LDSHARED="$CC"
403 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
410 CPP=${CPP-"$CC -E"}
430 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
447 if try $CC $CFLAGS -o $test $test.c; then
464 if try $CC $CFLAGS -o $test $test.c; then
482 if try $CC -c $CFLAGS $test.c; then
497 if try $CC -c $CFLAGS $test.c; then
528 CC=$GCC_CLASSIC
550 if try $CC -c $CFLAGS $test.c; then
571 if try $CC $CFLAGS -o $test $test.c; then
594 if try $CC -c $CFLAGS $test.c; then
632 if try $CC -c $CFLAGS $test.c; then
661 if try $CC $CFLAGS -o $test $test.c; then
678 if try $CC -c $CFLAGS $test.c; then
710 if try $CC -c $CFLAGS $test.c; then
734 if tryboth $CC -c $CFLAGS $test.c; then
748 echo CC = $CC >> configure.log
777 /^CC *=/s#=.*#=$CC#
807 /^CC *=/s#=.*#=$CC#