From 274b6462ab273244a57721cc1ebacd5b10d05b40 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 28 Oct 2008 10:55:35 +0000 Subject: [PATCH] 2008-10-28 11:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/w32/gcc.cf * config/w32/mingw.cf + Added -march=i486 to default C switches. --- harbour/ChangeLog | 5 +++++ harbour/config/w32/gcc.cf | 2 +- harbour/config/w32/mingw.cf | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fa82092d7c..57d2db3e8f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-28 11:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * config/w32/gcc.cf + * config/w32/mingw.cf + + Added -march=i486 to default C switches. + 2008-10-28 10:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/hvm.c ! added missing HB_STACK_PRELOAD diff --git a/harbour/config/w32/gcc.cf b/harbour/config/w32/gcc.cf index 5d96560e7e..56e3a8f5db 100644 --- a/harbour/config/w32/gcc.cf +++ b/harbour/config/w32/gcc.cf @@ -13,7 +13,7 @@ CC = gcc CC_IN = -c CC_OUT = -o CPPFLAGS = -I. -I$(HB_INC_COMPILE) -CFLAGS = -Wall -W -O3 +CFLAGS = -Wall -W -O3 -march=i486 LD = gcc LD_OUT = -o diff --git a/harbour/config/w32/mingw.cf b/harbour/config/w32/mingw.cf index 92cd8a511c..1d65d77898 100644 --- a/harbour/config/w32/mingw.cf +++ b/harbour/config/w32/mingw.cf @@ -13,7 +13,7 @@ CC = $(CCPREFIX)gcc CC_IN = -c CC_OUT = -o CPPFLAGS = -I. -I$(HB_INC_COMPILE) -CFLAGS = -Wall -W -O3 +CFLAGS = -Wall -W -O3 -march=i486 LD = $(CCPREFIX)gcc LD_OUT = -o