r509 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 19 13:16:44 EST 2006


Author: tma
Date: 2006-01-19 13:16:44 -0500 (Thu, 19 Jan 2006)
New Revision: 509

Modified:
   trunk/Makefile
Log:
* s/i686/i586/ - see bug #2578


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-01-19 17:25:55 UTC (rev 508)
+++ trunk/Makefile	2006-01-19 18:16:44 UTC (rev 509)
@@ -197,7 +197,7 @@
     HAVE_VM_COMPILED = true
   else
   ifeq ($(ARCH),i386)
-    OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math \
+    OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \
       -funroll-loops -falign-loops=2 -falign-jumps=2 \
       -falign-functions=2 -fstrength-reduce
     HAVE_VM_COMPILED=true
@@ -364,7 +364,7 @@
   GL_CFLAGS =
   MINGW_CFLAGS = -DDONT_TYPEDEF_INT32
 
-  OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math -falign-loops=2 \
+  OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math -falign-loops=2 \
     -funroll-loops -falign-jumps=2 -falign-functions=2 -fstrength-reduce
 
   DEBUG_CFLAGS=$(BASE_CFLAGS) -g -O0
@@ -539,7 +539,7 @@
     BASE_CFLAGS += -DNO_VM_COMPILED
   else
   ifeq ($(ARCH),i386)
-    OPTIMIZE = -O3 -march=i686  -ffast-math \
+    OPTIMIZE = -O3 -march=i586  -ffast-math \
       -falign-loops=2 -falign-jumps=2 -falign-functions=2 \
       -funroll-loops -fstrength-reduce
   endif




More information about the quake3-commits mailing list