Move the yaffs patch to be generic, shared between rb532 and adm5120
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches / 004-extra_optimization.patch
1 diff -urN linux-2.6.19.old/Makefile linux-2.6.19.dev/Makefile
2 --- linux-2.6.19.old/Makefile 2006-11-29 22:57:37.000000000 +0100
3 +++ linux-2.6.19.dev/Makefile 2006-12-14 03:13:23.000000000 +0100
4 @@ -513,6 +513,9 @@
5 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
6 CHECKFLAGS += $(NOSTDINC_FLAGS)
7
8 +# improve gcc optimization
9 +CFLAGS += $(call cc-option,-funit-at-a-time,)
10 +
11 # warn about C99 declaration after statement
12 CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
13