Lines Matching refs:CC

1149 		if test ! -n "$CC"; then
1150 CC="`xcrun -f clang`"
1664 dnl CC and CXX but the configure checks here assume that guw.exe
1667 CC=`echo $CC | $SED "s/^guw.exe //"`
1670 dnl If $CC is set to a MinGW compiler, e.g. "gcc -mno-cygwin" enable
1673 if test -n "$CC";then
1674 if test "`$CC -dumpmachine 2>/dev/null | $SED -e 's/^.*-//'`" = "mingw32"; then
1680 if test -z "$CC"; then
1681 CC="gcc -mno-cygwin"
1728 save_CC=$CC
1732 if test -z "$CC"; then
1733 CC="$with_gcc_home/bin/gcc"
1742 COMPATH=`dirname "$CC"`
1744 AC_PATH_PROGS(COMPATH, $CC)
1757 _gcc_version=`$CC -dumpversion`
1771 AC_MSG_RESULT([implicitly using CC=$CC])
1777 if $CC -Wl,--version 2>&1 |head -n 1| $GREP -v GNU > /dev/null;then
1947 if test "$CC" = "cc"; then
1952 _sunstudio_string=`$CC -V 2>&1 | $GREP '^cc' | sed -e 's/.* C //'`
1991 if test "$CC" = "cc"; then
1997 _compaqc_version=`$CC -V 2>&1 | $AWK '{ print $3 }'`
2153 CC="$with_cl_home/$cl_subdirectory/cl.exe"
2156 CC=`cygpath -d "$CC"`
2157 CC=`cygpath -u "$CC"`
2160 # Remove /cl.exe from CC case insensitive
2161 AC_MSG_RESULT([found ($CC)])
2166 CCTXTVER=`$CC 2>&1 | head -n1`
2188 if test `$CC -dumpmachine | $SED -e 's/^.*-//'` = "mingw32"; then
2190 if $CC -dumpspecs | $GREP -q "mno-cygwin"; then
2215 if $CC --version 2>&1 | $GREP clang > /dev/null ; then
2221 case "$CC" in
2234 CCVER=`${CC} -dumpfullversion -dumpversion 2>&1`;
2247 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`;
2263 CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
2264 CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`;
2287 CCVER=`${CC} -V 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
2288 CCNUMVER=`${CC} -V 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`;
2307 rpath=`$CC --print-file-name libstdc++.so`
2430 dnl preprocessor, so use CC preprocessor as the cc preprocessor
2545 if test -e "$CC"; then
2546 CXX="$CC"
2636 mingw_crtbegin=`$CC -print-file-name=crtbegin.o`
2693 if test "$CC" = "cc"; then
2695 if test "$CXX" != "CC"; then
2760 AC_MSG_CHECKING([whether $CC supports -fvisibility=hidden])