Home | History | Annotate | Download | only in zlib

Lines Matching refs:gcc

87 gcc=0
162 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
169 cc=${CC-${CROSS_PREFIX}gcc}
173 *gcc*) gcc=1 ;;
174 *clang*) gcc=1 ;;
177 *gcc*) gcc=1 ;;
178 *clang*) gcc=1 ;;
182 if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
183 echo ... using gcc >> configure.log
220 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log
255 gcc=0
610 # if code coverage testing was requested, use older gcc if defined, e.g. "gcc-4.2" on Mac OS X
810 if test "$gcc" -eq 1; then