Fixed building a 32bit binary on a 64bit machine

Added a super cool new native
This commit is contained in:
Steve Dudenhoeffer
2008-04-13 22:54:47 +00:00
parent 145ff45876
commit 683f453b6f
2 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ else
CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32
LINK += -lz
OPT_FLAGS += -march=i586
CFLAGS += -m32
endif
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)