aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.37/012-extra_optimization.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-04-03 13:59:07 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-04-03 13:59:07 +0000
commit50c743e79ee843bf44b1ab07bd561c9354ace928 (patch)
tree0a8b04a22c227e7a4c6c84a71e3d0428fd4e2851 /target/linux/generic/patches-2.6.37/012-extra_optimization.patch
parent0301e0707408c3497dcb12840c8658d64392e08a (diff)
downloadupstream-50c743e79ee843bf44b1ab07bd561c9354ace928.tar.gz
upstream-50c743e79ee843bf44b1ab07bd561c9354ace928.tar.bz2
upstream-50c743e79ee843bf44b1ab07bd561c9354ace928.zip
kernel: Update to version 2.6.37.6
Thank you Peter Wagner for the patch SVN-Revision: 26441
Diffstat (limited to 'target/linux/generic/patches-2.6.37/012-extra_optimization.patch')
-rw-r--r--target/linux/generic/patches-2.6.37/012-extra_optimization.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.37/012-extra_optimization.patch b/target/linux/generic/patches-2.6.37/012-extra_optimization.patch
index 4ffa26e9eb..a7811d78fc 100644
--- a/target/linux/generic/patches-2.6.37/012-extra_optimization.patch
+++ b/target/linux/generic/patches-2.6.37/012-extra_optimization.patch
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
-@@ -538,9 +538,9 @@
+@@ -538,9 +538,9 @@ endif # $(dot-config)
all: vmlinux
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
@@ -12,7 +12,7 @@
endif
include $(srctree)/arch/$(SRCARCH)/Makefile
-@@ -595,6 +595,9 @@
+@@ -595,6 +595,9 @@ endif
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)