diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-19 18:16:44 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-19 18:16:44 +0000 |
commit | 921cf4c9a7aa7cc588153be59c3514dd7db27b11 (patch) | |
tree | 8e306e5b3374b4d62b0aa12608cc5c54eda43341 /Makefile | |
parent | 687a36439b76ce20b9876809698de73754ecd7fa (diff) | |
download | ioquake3-aero-921cf4c9a7aa7cc588153be59c3514dd7db27b11.tar.gz ioquake3-aero-921cf4c9a7aa7cc588153be59c3514dd7db27b11.zip |
* s/i686/i586/ - see bug #2578
git-svn-id: svn://svn.icculus.org/quake3/trunk@509 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -197,7 +197,7 @@ ifeq ($(PLATFORM),linux) 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 @@ ifeq ($(PLATFORM),mingw32) 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 @@ ifeq ($(PLATFORM),SunOS) 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 |