diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-11-11 21:56:15 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-11 21:56:15 +0000 |
| commit | e3b4ffa6c4dd0cdc00cd4b3ade95869fa4cdd172 (patch) | |
| tree | 8f2fd3f8ff001ba57aaa82231818447daa14780c /openwrt/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch | |
| parent | 229e88cb3e9b9e76bf17ceb953c42adca529ae56 (diff) | |
| download | mtk-20170518-e3b4ffa6c4dd0cdc00cd4b3ade95869fa4cdd172.zip mtk-20170518-e3b4ffa6c4dd0cdc00cd4b3ade95869fa4cdd172.tar.gz mtk-20170518-e3b4ffa6c4dd0cdc00cd4b3ade95869fa4cdd172.tar.bz2 | |
move generic kernel build parts out of board support patches
SVN-Revision: 2439
Diffstat (limited to 'openwrt/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch')
| -rw-r--r-- | openwrt/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch b/openwrt/target/linux/linux-2.4/patches/generic/006-extra_optimization.patch deleted file mode 100644 index 5ae25cb..0000000 --- a/openwrt/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 |
