diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-01-09 17:55:46 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-01-09 17:55:46 +0100 |
commit | b59b8c1be170424abfe1d3ae923e0eace1fc65d2 (patch) | |
tree | 829693aa07a69340249827d64fb4c6fbdbfa70af /build | |
parent | Add PR to the comment (diff) | |
download | apache2-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.inc | 4 |
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 |