diff options
author | John Crispin <blogic@openwrt.org> | 2008-05-03 15:48:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-05-03 15:48:42 +0000 |
commit | eabf4cf7e9d8801dc3bd22fd811627effb6549ce (patch) | |
tree | c50ed089043900fb7d8cd03dc05fecf64b4aa9e0 /target/linux/etrax/patches/generic_2.6/004-extra_optimization.patch | |
parent | f58d9097ea621e0ecbbb3359a14b488802fae201 (diff) | |
download | upstream-eabf4cf7e9d8801dc3bd22fd811627effb6549ce.tar.gz upstream-eabf4cf7e9d8801dc3bd22fd811627effb6549ce.tar.bz2 upstream-eabf4cf7e9d8801dc3bd22fd811627effb6549ce.zip |
remove old etrax patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/patches/generic_2.6/004-extra_optimization.patch')
-rw-r--r-- | target/linux/etrax/patches/generic_2.6/004-extra_optimization.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/etrax/patches/generic_2.6/004-extra_optimization.patch b/target/linux/etrax/patches/generic_2.6/004-extra_optimization.patch deleted file mode 100644 index 3a8dfdcd00..0000000000 --- a/target/linux/etrax/patches/generic_2.6/004-extra_optimization.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN linux-2.6.19.old/Makefile linux-2.6.19.dev/Makefile ---- linux-2.6.19.old/Makefile 2006-11-29 22:57:37.000000000 +0100 -+++ linux-2.6.19.dev/Makefile 2006-12-14 03:13:23.000000000 +0100 -@@ -513,6 +513,9 @@ - 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 - CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) - |