Fix Linux Makefile

as does not recognize -m32
This commit is contained in:
Gabriel Corona 2015-08-17 03:21:10 +02:00 committed by Jan Holthuis
parent a90a2cf91c
commit 5eaafbc7f0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ ifneq (,$(findstring x86,$(platform)))
NOT_ARM := 1
USE_X11 := 1
MFLAGS += -m32
ASFLAGS += -32
ASFLAGS += --32
LDFLAGS += -m32
CFLAGS += -m32 -D TARGET_LINUX_x86 -D TARGET_NO_AREC -fsingle-precision-constant
CXXFLAGS += -fno-exceptions