Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 22472 invoked by uid 500); 9 Jan 2003 16:55:47 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 22458 invoked by uid 500); 9 Jan 2003 16:55:47 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Jan 2003 16:55:46 -0000 Message-ID: <20030109165546.34658.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/build NWGNUenvironment.inc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 2003/01/09 08:55:46 Modified: build NWGNUenvironment.inc Log: Don't require MMX Revision Changes Path 1.12 +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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- NWGNUenvironment.inc 18 Dec 2002 16:06:40 -0000 1.11 +++ NWGNUenvironment.inc 9 Jan 2003 16:55:46 -0000 1.12 @@ -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