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.
This commit is contained in:
Viktor Szakats
2008-10-28 10:55:35 +00:00
parent 9af43b48eb
commit 274b6462ab
3 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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