summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/image/brcm/lzma-loader/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-01 20:07:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-01 20:07:42 +0000
commit843138e1d5ef635ba54e29380264915cac9f38c4 (patch)
treef4ec9f24d36e5db67e5d5f9429f6bfefc0058b26 /openwrt/target/linux/image/brcm/lzma-loader/patches
parent7eba3902f65dc9c61a96cbec2c1f84eca5cf3f33 (diff)
move lzma loader source in cvs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/image/brcm/lzma-loader/patches')
-rw-r--r--openwrt/target/linux/image/brcm/lzma-loader/patches/toolchain.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/openwrt/target/linux/image/brcm/lzma-loader/patches/toolchain.patch b/openwrt/target/linux/image/brcm/lzma-loader/patches/toolchain.patch
deleted file mode 100644
index 81f92b26e1..0000000000
--- a/openwrt/target/linux/image/brcm/lzma-loader/patches/toolchain.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur loader-0.04/Makefile loader-0.04-owrt/Makefile
---- loader-0.04/Makefile 2005-03-08 11:32:32.000000000 +0100
-+++ loader-0.04-owrt/Makefile 2005-04-30 13:44:39.000000000 +0200
-@@ -22,9 +22,10 @@
-
- OBJCOPY := $(CROSS_COMPILE)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S
-
--CFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
-+CFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -Os \
- -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic \
-- -ffunction-sections -pipe -mcpu=r4600 -mips2 -Wa,--trap -m4710a0kern
-+ -ffunction-sections -pipe -mlong-calls -fno-common \
-+ -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap
- CFLAGS += -DLOADADDR=$(TEXT_START) -D_LZMA_IN_CB
-
- ASFLAGS = $(CFLAGS) -D__ASSEMBLY__ -DBZ_TEXT_START=$(BZ_TEXT_START)