Pass -m32 to pentium-m build

This commit is contained in:
Allen Ibara
2010-02-05 18:12:24 +00:00
parent a3ea075ae3
commit d2e97196ff
+1
View File
@@ -50,6 +50,7 @@ CFLAGS += -Wredundant-decls -Wreturn-type -Wshadow -Wunused
CFLAGS += -Wa,-adhlns=$(OBJDIR)/$(notdir $(subst $(suffix $<),.lst,$<))
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
CFLAGS += -mtune=pentium-m # optimize for pentium-m
CFLAGS += -m32
# flags only for C
CFLAGS += -Wstrict-prototypes -Wmissing-declarations