From a65a9369f45358fefd253da7fcc2dc2869785009 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Mar 2005 08:35:06 +0000 Subject: Add board support for the AMD DBAu1500 development board --- .../kernel-patches/004-correct-toolchain.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 target/device/AMD/DBAu1500/kernel-patches/004-correct-toolchain.patch (limited to 'target/device/AMD/DBAu1500/kernel-patches/004-correct-toolchain.patch') diff --git a/target/device/AMD/DBAu1500/kernel-patches/004-correct-toolchain.patch b/target/device/AMD/DBAu1500/kernel-patches/004-correct-toolchain.patch new file mode 100644 index 000000000..53e509d3a --- /dev/null +++ b/target/device/AMD/DBAu1500/kernel-patches/004-correct-toolchain.patch @@ -0,0 +1,24 @@ +--- 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 + -- cgit v1.2.3