summaryrefslogtreecommitdiffhomepage
path: root/auto/cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/cc b/auto/cc
index 16684b0c8..b67865192 100644
--- a/auto/cc
+++ b/auto/cc
@@ -24,6 +24,9 @@ case $CC in
;;
esac
+ # STUB for batch builds
+ if [ $CC = gcc27 ]; then CPU_OPT=; fi
+
CFLAGS="$CFLAGS $PIPE $CPU_OPT"
if [ ".$PCRE_OPT" = "." ]; then