Lines Matching refs:CFLAGS
37 case "${CFLAGS}" in
44 case "${CFLAGS}" in
119 old_cflags="$CFLAGS"
239 CFLAGS="${CFLAGS} -m32"
244 CFLAGS="${CFLAGS} -m64"
277 if test "$gcc" -eq 1 && ($cc $CFLAGS -c $test.c) >> configure.log 2>&1; then
280 CFLAGS="${CFLAGS} -std=c99"
284 CC_ARCH=`$CC $CFLAGS -print-multiarch | sed 's/-.*//g'`
286 CC_ARCH=`$CC $CFLAGS -dumpmachine | sed 's/-.*//g'`
342 CFLAGS="-O2 ${CFLAGS}"
344 CFLAGS="${CFLAGS} ${ARCHS}"
347 CFLAGS="${CFLAGS} -Wall"
348 SFLAGS="${CFLAGS} -fPIC"
356 CFLAGS="${CFLAGS} ${NATIVE_FLAG}"
360 CFLAGS="${CFLAGS} -Wextra -Wpedantic -Wno-implicit-fallthrough"
363 CFLAGS="${CFLAGS} -DZLIB_DEBUG"
379 SFLAGS="${CFLAGS}"
402 SFLAGS="${CFLAGS}"
425 CFLAGS="${CFLAGS} -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE=1"
426 SFLAGS="${CFLAGS}"
494 HP-UX*) SFLAGS=${CFLAGS-"-O +z"}
495 CFLAGS=${CFLAGS-"-O"}
507 SFLAGS=${CFLAGS-"-O -qmaxmem=8192"}
508 CFLAGS=${CFLAGS-"-O -qmaxmem=8192"}
512 *) SFLAGS=${CFLAGS-"-O"}
513 CFLAGS=${CFLAGS-"-O"}
532 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
568 if try $CC -c $CFLAGS $test.c; then
585 if try $CC -c $CFLAGS $test.c -fsanitize=$san ; then
596 CFLAGS="$CFLAGS -fsanitize=$sanitizers"
608 if try $CC -c $CFLAGS $test.c -fsanitize=memory ; then
610 CFLAGS="$CFLAGS -fsanitize=memory"
662 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
663 CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE=1"
677 if try $CC $CFLAGS -o $test $test.c $LDSHAREDLIBC; then
690 if try $CC $CFLAGS -o $test $test.c $LDSHAREDLIBC; then
693 CFLAGS="${CFLAGS} -DNO_FSEEKO"
707 if try $CC $CFLAGS -o $test $test.c $LDSHAREDLIBC; then
710 CFLAGS="${CFLAGS} -DNO_STRERROR"
730 if try $CC -c $CFLAGS $test.c; then
746 if try $CC -c $CFLAGS $test.c; then
759 if try $CC -c $CFLAGS $test.c; then
769 if try $CC -c $CFLAGS $test.c; then
783 CFLAGS="${CFLAGS} -DZLIB_COMPAT"
793 CFLAGS="${CFLAGS} -DWITH_GZFILEOP"
801 CFLAGS="${CFLAGS} -fprofile-arcs -ftest-coverage"
822 if try $CC -c $CFLAGS $test.c; then
839 if tryboth $CC -c $CFLAGS $test.c; then
840 CFLAGS="$CFLAGS -DHAVE_VISIBILITY_HIDDEN"
858 if tryboth $CC -c $CFLAGS $test.c; then
859 CFLAGS="$CFLAGS -DHAVE_VISIBILITY_INTERNAL"
878 if try ${CC} ${CFLAGS} $test.c $LDSHAREDLIBC; then
880 CFLAGS="$CFLAGS -DHAVE_BUILTIN_CTZ"
895 if try ${CC} ${CFLAGS} $test.c $LDSHAREDLIBC; then
897 CFLAGS="$CFLAGS -DHAVE_BUILTIN_CTZLL"
914 if try ${CC} ${CFLAGS} ${sse2flag} $test.c; then
938 if try ${CC} ${CFLAGS} ${ssse3flag} $test.c; then
956 if try ${CC} ${CFLAGS} ${sse42flag} $test.c; then
978 if try ${CC} ${CFLAGS} ${sse42flag} $test.c; then
1003 if try ${CC} ${CFLAGS} ${sse42flag} $test.c; then
1027 if try ${CC} ${CFLAGS} ${pclmulflag} $test.c; then
1037 CFLAGS="${CFLAGS} -DNO_QUICK_STRATEGY"
1042 CFLAGS="${CFLAGS} -DNO_MEDIUM_STRATEGY"
1061 if try ${CC} ${CFLAGS} ${avx2flag} $test.c; then
1078 if try $CC -c $CFLAGS -mfpu=neon $test.c; then
1095 if try $CC -c $CFLAGS -mcpu=power8 $test.c; then
1109 if try ${CC} ${CFLAGS} $test.c; then
1111 CFLAGS="$CFLAGS -DHAVE_SYS_SDT_H"
1127 CFLAGS="${CFLAGS} -DUNALIGNED_OK -DUNALIGNED64_OK"
1132 CFLAGS="${CFLAGS} -DX86_FEATURES"
1139 CFLAGS="${CFLAGS} -DX86_AVX2 -DX86_AVX2_ADLER32"
1146 CFLAGS="${CFLAGS} -DX86_SSE42_CRC_HASH"
1150 CFLAGS="${CFLAGS} -DX86_SSE42_CRC_INTRIN"
1159 CFLAGS="${CFLAGS} -DX86_SSE42_CMP_STR"
1167 CFLAGS="${CFLAGS} -DX86_SSE2 -DX86_SSE2_CHUNKSET"
1173 CFLAGS="${CFLAGS} -DX86_NOCHECK_SSE2"
1179 CFLAGS="${CFLAGS} -DX86_SSSE3 -DX86_SSSE3_ADLER32"
1186 CFLAGS="${CFLAGS} -DX86_PCLMULQDQ_CRC"
1200 CFLAGS="${CFLAGS} -DARM_FEATURES"
1213 CFLAGS="${CFLAGS} ${floatabi}"
1229 CFLAGS="${CFLAGS} -DUNALIGNED_OK"
1243 CFLAGS="${CFLAGS} -DUNALIGNED_OK"
1256 … CFLAGS="${CFLAGS} -DARM_NEON_ADLER32 -DARM_NEON_CHUNKSET -DARM_NEON_SLIDEHASH"
1265 CFLAGS="${CFLAGS} -DUNALIGNED_OK -DUNALIGNED64_OK"
1278 … CFLAGS="${CFLAGS} -DARM_NEON_ADLER32 -DARM_NEON_CHUNKSET -DARM_NEON_SLIDEHASH"
1287 CFLAGS="${CFLAGS} -DUNALIGNED_OK -DUNALIGNED64_OK"
1293 CFLAGS="${CFLAGS} -DARM_ACLE_CRC_HASH"
1304 … CFLAGS="${CFLAGS} -DARM_NEON_ADLER32 -DARM_NEON_CHUNKSET -DARM_NEON_SLIDEHASH"
1327 CFLAGS="${CFLAGS} -DARM_FEATURES"
1336 CFLAGS="${CFLAGS} -DARM_ACLE_CRC_HASH"
1346 CFLAGS="${CFLAGS} -DARM_NEON_ADLER32 -DARM_NEON_CHUNKSET -DARM_NEON_SLIDEHASH"
1356 CFLAGS="${CFLAGS} -DUNALIGNED_OK -DUNALIGNED64_OK"
1369 CFLAGS="${CFLAGS} -DUNALIGNED_OK -DUNALIGNED64_OK"
1378 … CFLAGS="${CFLAGS} -DPOWER8 -DPOWER_FEATURES -DPOWER8_VSX_ADLER32 -DPOWER8_VSX_SLIDEHASH"
1397 CFLAGS="${CFLAGS} -DS390_DFLTCC_DEFLATE"
1405 CFLAGS="${CFLAGS} -DS390_DFLTCC_INFLATE"
1427 echo CFLAGS = $CFLAGS >> configure.log
1489 /^CFLAGS *=/s#=.*#=$CFLAGS#
1586 /^CFLAGS *=/s#=.*#=$CFLAGS#
1643 /^CFLAGS *=/s#=.*#=$CFLAGS#
1658 /^CFLAGS *=/s#=.*#=$CFLAGS#