summaryrefslogtreecommitdiff
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-01-09 16:55:46 +0000
committerBradley Nicholes <bnicholes@apache.org>2003-01-09 16:55:46 +0000
commitb59b8c1be170424abfe1d3ae923e0eace1fc65d2 (patch)
tree829693aa07a69340249827d64fb4c6fbdbfa70af /build/NWGNUenvironment.inc
parent2181c763e47cd86c9b59d315f029ab9acaa51075 (diff)
downloadhttpd-b59b8c1be170424abfe1d3ae923e0eace1fc65d2.tar.gz
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/NWGNUenvironment.inc')
-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