
7 Jan
2011
7 Jan
'11
4:40 a.m.
On Wednesday, January 05, 2011 20:23:54 Nobuhiro Iwamatsu wrote:
--- a/arch/i386/config.mk +++ b/arch/i386/config.mk @@ -35,5 +35,6 @@ PLATFORM_CPPFLAGS += $(call cc-option, -fno-stack-protector) PLATFORM_CPPFLAGS += $(call cc-option, -mpreferred-stack-boundary=2) PLATFORM_CPPFLAGS += -DCONFIG_I386 -D__I386__
-LDFLAGS += --cref --gc-sections +LDFLAGS += --cref
this adds a trailing space
otherwise, this makes Blackfin work better ... i'll s-o-b the v3 patch ;) -mike