From 73e4d33d3b4f6a6e15ed1beeffd731f08990a145 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 19 Jan 2006 18:16:44 +0000 Subject: [PATCH] * s/i686/i586/ - see bug #2578 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4a54de0a..9b266fd1 100644 --- a/Makefile +++ b/Makefile @@ -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