summaryrefslogtreecommitdiff
path: root/linux/linux-mtx-1-2.4.24/05-zboot-cflags.diff
diff options
context:
space:
mode:
Diffstat (limited to 'linux/linux-mtx-1-2.4.24/05-zboot-cflags.diff')
-rw-r--r--linux/linux-mtx-1-2.4.24/05-zboot-cflags.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/linux/linux-mtx-1-2.4.24/05-zboot-cflags.diff b/linux/linux-mtx-1-2.4.24/05-zboot-cflags.diff
deleted file mode 100644
index 9ac0c31b45..0000000000
--- a/linux/linux-mtx-1-2.4.24/05-zboot-cflags.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- linux-mips-2.4.24-pre2+zboot/arch/mips/zboot/Makefile 2004-11-17 19:25:04.538345048 +0100
-+++ linux/arch/mips/zboot/Makefile 2004-11-17 19:21:05.304714088 +0100
-@@ -25,11 +25,7 @@
-
- GZIP_FLAGS = -v9f
-
--CFLAGS := $(CPPFLAGS) -O2 -D__BOOTER__ \
-- -fomit-frame-pointer -fno-strict-aliasing -fno-common \
-- -G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 \
-- -I$(TOPDIR)/arch/$(ARCH)/zboot/include \
-- -I$(TOPDIR)/include/asm
-+CFLAGS += -D__BOOTER__ -I$(TOPDIR)/arch/$(ARCH)/zboot/include
- AFLAGS += -D__BOOTER__
-
- BOOT_TARGETS = zImage zImage.initrd zImage.flash zImage.initrd.flash