Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-01 10:21:13 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-01 10:21:13 +0400
commit205dc145c5d22613826927d6ae8ccd3a69d0e907 (patch)
tree140fa2cbc7c93beca47af90db0e35d9563ae6146 /auto
parent709405b7559d3abcb90b61368c7072fb774f661b (diff)
nginx-0.0.3-2004-04-01-10:21:13 import
Diffstat (limited to 'auto')
-rw-r--r--auto/cc3
-rwxr-xr-xauto/configure2
2 files changed, 4 insertions, 1 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
diff --git a/auto/configure b/auto/configure
index 0874b63a2..eb32f623e 100755
--- a/auto/configure
+++ b/auto/configure
@@ -36,6 +36,6 @@ if [ "$PLATFORM" != win32 ]; then
. auto/unix
fi
-#have NGX_SMP . auto/have
+have NGX_SMP . auto/have
. auto/summary