summaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-11 21:56:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-11 21:56:15 +0000
commit8e6fbc03d1b1688374a9b0ba2892870865f37f05 (patch)
treeafdc7cd043652b254fd2e23d9c38f5c1d5a037e1 /target/linux/linux-2.4/patches/generic/006-extra_optimization.patch
parent2663cb716873d252ed952b18266d43808f8784df (diff)
move generic kernel build parts out of board support patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/patches/generic/006-extra_optimization.patch')
-rw-r--r--target/linux/linux-2.4/patches/generic/006-extra_optimization.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch b/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch
deleted file mode 100644
index 5ae25cbfb..000000000
--- a/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- linux-2.4.30/Makefile 2005-10-23 20:52:56.813948000 +0200
-+++ linux.dev/Makefile 2005-10-23 20:53:12.482927250 +0200
-@@ -89,6 +89,8 @@
- # standard CFLAGS
- #
-
-+check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
-+
- CPPFLAGS := -D__KERNEL__ -I$(HPATH)
-
- CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -Os \
-@@ -100,6 +102,12 @@
- endif
- AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
-
-+CFLAGS += $(call check_gcc, -funit-at-a-time,)
-+
-+
-+
-+
-+
- #
- # ROOT_DEV specifies the default root-device when making the image.
- # This can be either FLOPPY, CURRENT, /dev/xxxx or empty, in which case