Home | History | Annotate | Download | only in zlib

Lines Matching refs:gcc

65 gcc=0
146 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
147 cc=${CC-${CROSS_PREFIX}gcc}
151 *gcc*) gcc=1 ;;
154 *gcc*) gcc=1 ;;
158 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
159 echo ... using gcc >> configure.log
185 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log
216 gcc=0
609 if test "$gcc" -eq 1; then