Comments
Patch
===================================================================
@@ -93,8 +94,8 @@
GCCINCDIR = $(shell $(CC) -print-search-dirs | head -n 1 | cut -d' ' -f2)include
CPPFLAGS = -nostdinc -imacros $(obj)/config.h -Iinclude -I$(GCCINCDIR) -MD
-CFLAGS += $(STACKPROTECT) $(INCLUDES) -Wall -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing -Wshadow -pipe
-
+CFLAGS += $(STACKPROTECT) $(INCLUDES) -Wall -m32 -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing -Wshadow -pipe
+ASFLAGS += --32
TARGET = $(obj)/filo.elf
include $(src)/.config
the patch make filo can compiling well without any parameters of make Signed-off-by: Wang Qing Pei <wangqingpei@gmal.com>