mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
Pass -m32 to pentium-m build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user