summaryrefslogtreecommitdiffstats
path: root/target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 17:22:49 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 17:22:49 +0000
commitc73c1193f315acec70964d8c183f3484f002d280 (patch)
tree5fc5779b75837b101a3a384d0891cf803f9c5232 /target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain
parent7785182e46851d3144441c24ed65b858e318b193 (diff)
downloadbuildroot-novena-c73c1193f315acec70964d8c183f3484f002d280.tar.gz
buildroot-novena-c73c1193f315acec70964d8c183f3484f002d280.zip
Remove jp BSP which only provide support for linux-2.4
Diffstat (limited to 'target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain')
-rw-r--r--target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain b/target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain
deleted file mode 100644
index 53e509d3a..000000000
--- a/target/device/jp/q5/kernel-patches-2.4.26/004-correct_toolchain
+++ /dev/null
@@ -1,24 +0,0 @@
---- linux-2.4.29/arch/mips/Makefile.orig 2005-03-08 23:24:05.000000000 -0700
-+++ linux-2.4.29/arch/mips/Makefile 2005-03-08 23:27:37.000000000 -0700
-@@ -17,16 +17,16 @@
- # Select the object file format to substitute into the linker script.
- #
- ifdef CONFIG_CPU_LITTLE_ENDIAN
--tool-prefix = mipsel-linux-
-+#tool-prefix = mipsel-linux-
- ld-emul = elf32ltsmip
- else
--tool-prefix = mips-linux-
-+#tool-prefix = mips-linux-
- ld-emul = elf32btsmip
- endif
-
--ifdef CONFIG_CROSSCOMPILE
--CROSS_COMPILE = $(tool-prefix)
--endif
-+#ifdef CONFIG_CROSSCOMPILE
-+#CROSS_COMPILE = $(tool-prefix)
-+#endif
-
- MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
-