diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-19 11:58:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-19 11:58:59 +0000 |
commit | 32a6800a4198273386510b991fee7ab3d90a4afd (patch) | |
tree | f742bdd68f5c3a7d0a2ad46dae1e921a465bbc39 /target/linux/generic/patches-3.8/201-extra_optimization.patch | |
parent | 3600b84cbd9696496d3a7862f003d839c177d088 (diff) | |
download | upstream-32a6800a4198273386510b991fee7ab3d90a4afd.tar.gz upstream-32a6800a4198273386510b991fee7ab3d90a4afd.tar.bz2 upstream-32a6800a4198273386510b991fee7ab3d90a4afd.zip |
kernel: remove linux 3.8 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44890
Diffstat (limited to 'target/linux/generic/patches-3.8/201-extra_optimization.patch')
-rw-r--r-- | target/linux/generic/patches-3.8/201-extra_optimization.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/generic/patches-3.8/201-extra_optimization.patch b/target/linux/generic/patches-3.8/201-extra_optimization.patch deleted file mode 100644 index a7d4bdcef3..0000000000 --- a/target/linux/generic/patches-3.8/201-extra_optimization.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -570,9 +570,9 @@ endif # $(dot-config) - all: vmlinux - - ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE --KBUILD_CFLAGS += -Os -+KBUILD_CFLAGS += -Os $(EXTRA_OPTIMIZATION) - else --KBUILD_CFLAGS += -O2 -+KBUILD_CFLAGS += -O2 -fno-reorder-blocks -fno-tree-ch $(EXTRA_OPTIMIZATION) - endif - - include $(srctree)/arch/$(SRCARCH)/Makefile |