added support for building 32-bit on 64-bit machines

This commit is contained in:
David Anderson
2008-04-15 23:26:54 +00:00
parent e1dd514f15
commit 44e078c7c0
17 changed files with 18 additions and 18 deletions

View File

@ -54,7 +54,7 @@ else
CFLAGS = $(OPT_FLAGS)
endif
CFLAGS += -fPIC -Wall -Wno-non-virtual-dtor -Werror -fno-exceptions -DHAVE_STDINT_H -static-libgcc -fno-rtti
CFLAGS += -fPIC -Wall -Wno-non-virtual-dtor -Werror -fno-exceptions -DHAVE_STDINT_H -static-libgcc -fno-rtti -m32
BINARY = $(NAME)_$(BIN_SUFFIX)
CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32