This commit is contained in:
David Anderson
2005-10-02 20:15:52 +00:00
parent a75feafc4f
commit 76b6510a27
15 changed files with 16 additions and 15 deletions

View File

@ -35,7 +35,7 @@ ifeq "$(AMD64)" "true"
else
BINARY = $(NAME)_i386.so
CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32
OPT_FLAGS += -march=i686
OPT_FLAGS += -march=i586
LINK += /lib/libgcc_eh.a /lib/libstdc++.a
endif