summaryrefslogtreecommitdiffstats
path: root/target/device/jp/q5/kernel-patches-2.4.29/004-correct_toolchain
blob: 53e509d3ab599d8be1a576c16aeb75c7b626998e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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