Lines Matching refs:cc
507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
702 CC=cc
735 # Extract the first word of "cc", so it can be a program name with args.
736 set dummy cc; ac_word=$2
751 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
755 ac_cv_prog_CC="cc"
817 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
826 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
827 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
854 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
855 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
877 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
895 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
896 echo "configure:897: checking whether ${CC-cc} accepts -g" >&5
901 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1065 # substituted into the Makefile and "${CC-cc}" will confuse make.
1066 CPP="${CC-cc} -E"
1067 # On the NeXT, cc -E runs the code through the compiler's parser,
1085 CPP="${CC-cc} -E -traditional-cpp"
1102 CPP="${CC-cc} -nologo -E"
1384 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.