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
94 old_cc="$CC"
175 if test -z "$CC"; then
183 cc=${CC}
198 CC="$cc"
281 CC=${CC-cc}
283 echo ... using $CC >> configure.log
326 flag64=`$CC -flags | egrep -- '^-m64'`
386 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
428 if try $CC -c $CFLAGS $test.c; then
445 if try $CC -c $SFLAGS $test.c &&
447 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
452 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
457 LDSHARED="$CC"
463 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
477 if try $CC -c $CFLAGS $test.c; then
486 if try $CC -c $CFLAGS $test.c; then
508 if try $CC $CFLAGS -o $test $test.c; then
525 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
542 if try $CC $CFLAGS -o $test $test.c; then
559 if try $CC $CFLAGS -o $test $test.c; then
577 if try $CC -c $CFLAGS $test.c; then
592 if try $CC -c $CFLAGS $test.c; then
623 CC=$GCC_CLASSIC
645 if try $CC -c $CFLAGS $test.c; then
666 if try $CC $CFLAGS -o $test $test.c; then
689 if try $CC -c $CFLAGS $test.c; then
727 if try $CC -c $CFLAGS $test.c; then
756 if try $CC $CFLAGS -o $test $test.c; then
773 if try $CC -c $CFLAGS $test.c; then
805 if try $CC -c $CFLAGS $test.c; then
829 if tryboth $CC -c $CFLAGS $test.c; then
843 echo CC = $CC >> configure.log
872 /^CC *=/s#=.*#=$CC#
905 /^CC *=/s#=.*#=$CC#