You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/01/09 17:55:10 UTC

cvs commit: httpd-2.0/build NWGNUenvironment.inc

bnicholes    2003/01/09 08:55:10

  Modified:    build    Tag: APACHE_2_0_BRANCH NWGNUenvironment.inc
  Log:
  Don't require MMX
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.3   +2 -2      httpd-2.0/build/NWGNUenvironment.inc
  
  Index: NWGNUenvironment.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/NWGNUenvironment.inc,v
  retrieving revision 1.9.2.2
  retrieving revision 1.9.2.3
  diff -u -r1.9.2.2 -r1.9.2.3
  --- NWGNUenvironment.inc	18 Dec 2002 16:07:08 -0000	1.9.2.2
  +++ NWGNUenvironment.inc	9 Jan 2003 16:55:10 -0000	1.9.2.3
  @@ -147,9 +147,9 @@
   # -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