From 725611a466f2edf12f809d22339b22223af4afe7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 7 Oct 2006 11:57:20 +0000 Subject: move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic-2.6/patches/004-extra_optimization.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 openwrt/target/linux/generic-2.6/patches/004-extra_optimization.patch (limited to 'openwrt/target/linux/generic-2.6/patches/004-extra_optimization.patch') diff --git a/openwrt/target/linux/generic-2.6/patches/004-extra_optimization.patch b/openwrt/target/linux/generic-2.6/patches/004-extra_optimization.patch deleted file mode 100644 index 805d2f0ea..000000000 --- a/openwrt/target/linux/generic-2.6/patches/004-extra_optimization.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- linux-2.6.12.5/Makefile.old 2005-10-23 22:56:29.017270000 +0200 -+++ linux-2.6.12.5/Makefile 2005-10-23 22:57:23.226138500 +0200 -@@ -533,6 +533,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,) - -- cgit v1.2.3