aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/201-extra_optimization.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-04-28 11:55:23 +0000
committerJonas Gorski <jogo@openwrt.org>2013-04-28 11:55:23 +0000
commitad1d3f00cb8124980620a7aa4e6ce0460c2d8778 (patch)
tree4c47aa1fba9ac436f3cc9b81e45b12392fc7dc35 /target/linux/generic/patches-3.9/201-extra_optimization.patch
parenta33dd13c98772202be29835d93d70ae41c72f600 (diff)
downloadupstream-ad1d3f00cb8124980620a7aa4e6ce0460c2d8778.tar.gz
upstream-ad1d3f00cb8124980620a7aa4e6ce0460c2d8778.tar.bz2
upstream-ad1d3f00cb8124980620a7aa4e6ce0460c2d8778.zip
kernel: update linux 3.9 patches to rc8
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36469
Diffstat (limited to 'target/linux/generic/patches-3.9/201-extra_optimization.patch')
-rw-r--r--target/linux/generic/patches-3.9/201-extra_optimization.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.9/201-extra_optimization.patch b/target/linux/generic/patches-3.9/201-extra_optimization.patch
index e78a00aa09..b7546d7577 100644
--- a/target/linux/generic/patches-3.9/201-extra_optimization.patch
+++ b/target/linux/generic/patches-3.9/201-extra_optimization.patch
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
-@@ -570,9 +570,9 @@ endif # $(dot-config)
+@@ -571,9 +571,9 @@ endif # $(dot-config)
all: vmlinux
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
@@ -12,7 +12,7 @@
endif
include $(srctree)/arch/$(SRCARCH)/Makefile
-@@ -646,6 +646,9 @@ endif
+@@ -647,6 +647,9 @@ endif
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)