diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 12:21:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 12:21:02 +0000 |
commit | 324d10e617f2c04538364d721fd6b68beb8023c9 (patch) | |
tree | ed323b06e5ee74919a66813b54930396ee02d91a /target/linux/generic-2.6/patches-2.6.26/004-extra_optimization.patch | |
parent | 6239eb2c7bf24099a7516cef5bb14ca61b1a0a58 (diff) | |
download | mtk-20170518-324d10e617f2c04538364d721fd6b68beb8023c9.zip mtk-20170518-324d10e617f2c04538364d721fd6b68beb8023c9.tar.gz mtk-20170518-324d10e617f2c04538364d721fd6b68beb8023c9.tar.bz2 |
remove 2.6.26 since there are no remaining candidates for it
SVN-Revision: 15666
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/004-extra_optimization.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/004-extra_optimization.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/004-extra_optimization.patch b/target/linux/generic-2.6/patches-2.6.26/004-extra_optimization.patch deleted file mode 100644 index 723bd06..0000000 --- a/target/linux/generic-2.6/patches-2.6.26/004-extra_optimization.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -537,6 +537,9 @@ endif - NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) - CHECKFLAGS += $(NOSTDINC_FLAGS) - -+# improve gcc optimization -+CFLAGS += $(call cc-option,-funit-at-a-time,) -+ - # warn about C99 declaration after statement - KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) - |