Skip to content

Commit

Permalink
* s/i686/i586/ - see bug #2578
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jan 19, 2006
1 parent 50a10f2 commit 73e4d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 73e4d33

Please sign in to comment.