Lines Matching refs:CC
1149 if test ! -n "$CC"; then
1150 CC="`xcrun -f clang`"
1654 dnl CC and CXX but the configure checks here assume that guw.exe
1657 CC=`echo $CC | $SED "s/^guw.exe //"`
1660 dnl If $CC is set to a MinGW compiler, e.g. "gcc -mno-cygwin" enable
1663 if test -n "$CC";then
1664 if test "`$CC -dumpmachine 2>/dev/null | $SED -e 's/^.*-//'`" = "mingw32"; then
1670 if test -z "$CC"; then
1671 CC="gcc -mno-cygwin"
1718 save_CC=$CC
1722 if test -z "$CC"; then
1723 CC="$with_gcc_home/bin/gcc"
1732 COMPATH=`dirname "$CC"`
1734 AC_PATH_PROGS(COMPATH, $CC)
1747 _gcc_version=`$CC -dumpversion`
1761 AC_MSG_RESULT([implicitly using CC=$CC])
1767 if $CC -Wl,--version 2>&1 |head -n 1| $GREP -v GNU > /dev/null;then
1937 if test "$CC" = "cc"; then
1942 _sunstudio_string=`$CC -V 2>&1 | $GREP '^cc' | sed -e 's/.* C //'`
1981 if test "$CC" = "cc"; then
1987 _compaqc_version=`$CC -V 2>&1 | $AWK '{ print $3 }'`
2143 CC="$with_cl_home/$cl_subdirectory/cl.exe"
2146 CC=`cygpath -d "$CC"`
2147 CC=`cygpath -u "$CC"`
2150 # Remove /cl.exe from CC case insensitive
2151 AC_MSG_RESULT([found ($CC)])
2156 CCTXTVER=`$CC 2>&1 | head -n1`
2178 if test `$CC -dumpmachine | $SED -e 's/^.*-//'` = "mingw32"; then
2180 if $CC -dumpspecs | $GREP -q "mno-cygwin"; then
2205 if $CC --version 2>&1 | $GREP clang > /dev/null ; then
2211 case "$CC" in
2224 CCVER=`${CC} -dumpfullversion -dumpversion 2>&1`;
2237 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`;
2253 CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
2254 CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`;
2277 CCVER=`${CC} -V 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
2278 CCNUMVER=`${CC} -V 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`;
2297 rpath=`$CC --print-file-name libstdc++.so`
2420 dnl preprocessor, so use CC preprocessor as the cc preprocessor
2535 if test -e "$CC"; then
2536 CXX="$CC"
2626 mingw_crtbegin=`$CC -print-file-name=crtbegin.o`
2683 if test "$CC" = "cc"; then
2685 if test "$CXX" != "CC"; then
2750 AC_MSG_CHECKING([whether $CC supports -fvisibility=hidden])