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
66 old_cc="$CC"
119 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
146 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
147 cc=${CC-${CROSS_PREFIX}gcc}
160 CC="$cc"
215 CC=${CC-cc}
217 echo ... using $CC >> configure.log
301 if try $CC -w -c $SFLAGS $test.c &&
303 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
308 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
313 LDSHARED="$CC"
319 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
325 CPP=${CPP-"$CC -E"}
344 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
361 if try $CC $CFLAGS -o $test $test.c; then
378 if try $CC -c $CFLAGS $test.c; then
392 if try $CC -c $CFLAGS $test.c; then
436 if try $CC -c $CFLAGS $test.c; then
457 if try $CC $CFLAGS -o $test $test.c; then
480 if try $CC -c $CFLAGS $test.c; then
518 if try $CC -c $CFLAGS $test.c; then
547 if try $CC $CFLAGS -o $test $test.c; then
564 if try $CC -c $CFLAGS $test.c; then
596 if try $CC -c $CFLAGS $test.c; then
623 if try $CC -c $CFLAGS $test.c; then
639 echo CC = $CC >> configure.log
670 /^CC *=/s#=.*#=$CC#
699 /^CC *=/s#=.*#=$CC#