Backport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912)
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.26 / 004-extra_optimization.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -537,6 +537,9 @@
4 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
5 CHECKFLAGS += $(NOSTDINC_FLAGS)
6
7 +# improve gcc optimization
8 +CFLAGS += $(call cc-option,-funit-at-a-time,)
9 +
10 # warn about C99 declaration after statement
11 KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
12
This page took 0.045877 seconds and 5 git commands to generate.