summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-01-09 17:55:46 +0100
committerBradley Nicholes <bnicholes@apache.org>2003-01-09 17:55:46 +0100
commitb59b8c1be170424abfe1d3ae923e0eace1fc65d2 (patch)
tree829693aa07a69340249827d64fb4c6fbdbfa70af /build
parentAdd PR to the comment (diff)
downloadapache2-b59b8c1be170424abfe1d3ae923e0eace1fc65d2.tar.xz
apache2-b59b8c1be170424abfe1d3ae923e0eace1fc65d2.zip
Don't require MMX
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index a9234ff9d7..b4d5df656b 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -147,9 +147,9 @@ PLIB3S = $(METROWERKS)\Novell Support\Metrowerks Support\Libraries\MSL C++\MWCPP
# -align 4 align on 4 byte bounderies
# -w nocmdline disable command-line driver/parser warnings
# -proc PII generate code base on Pentium II instruction set
-# -inst mmx use MMX extensions
+# -inst mmx use MMX extensions (Not used)
-CFLAGS = -c -nosyspath -Cpp_exceptions off -RTTI off -align 4 -w nocmdline -proc PII -inst mmx
+CFLAGS = -c -nosyspath -Cpp_exceptions off -RTTI off -align 4 -w nocmdline -proc PII
# -g generate debugging information
# -O0 level 0 optimizations