From 7d36633493d1f8f935e26e320fd901c20135e077 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Oct 2005 21:06:51 +0000 Subject: add -funit-at-a-time in trunk/ as well SVN-Revision: 2291 --- .../linux-2.6/patches/generic/004-extra_optimization.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openwrt/target/linux/linux-2.6/patches/generic/004-extra_optimization.patch (limited to 'openwrt/target/linux/linux-2.6/patches/generic/004-extra_optimization.patch') diff --git a/openwrt/target/linux/linux-2.6/patches/generic/004-extra_optimization.patch b/openwrt/target/linux/linux-2.6/patches/generic/004-extra_optimization.patch new file mode 100644 index 0000000..805d2f0 --- /dev/null +++ b/openwrt/target/linux/linux-2.6/patches/generic/004-extra_optimization.patch @@ -0,0 +1,12 @@ +--- 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.1