]> granicus.if.org Git - apache/commitdiff
Don't require MMX
authorBradley Nicholes <bnicholes@apache.org>
Thu, 9 Jan 2003 16:55:46 +0000 (16:55 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 9 Jan 2003 16:55:46 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98224 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index a9234ff9d7539c46cc2fda94094a825b200f9c4a..b4d5df656b7c0a4a30726a0a8c592e94b5b940c6 100644 (file)
@@ -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