aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2013-02-25 20:41:12 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:27:30 +0100
commit577d9b322678d883aaab0608840f2bf067008e0a (patch)
tree12bebb1d3c9ad6f18e18b971fff225a70065ded6
parentc75371e5e837aa292f973249b24ed057089de43e (diff)
downloadopenembedded-577d9b322678d883aaab0608840f2bf067008e0a.tar.gz
linux-mtx-[12]: fixed name of kernel compiler for nylon
-rw-r--r--recipes/linux/linux-mtx-1-2.4.27/06-zboot-2.4.26.patch9
-rw-r--r--recipes/linux/linux-mtx-2-2.4.27/06-zboot-2.4.26.patch9
2 files changed, 0 insertions, 18 deletions
diff --git a/recipes/linux/linux-mtx-1-2.4.27/06-zboot-2.4.26.patch b/recipes/linux/linux-mtx-1-2.4.27/06-zboot-2.4.26.patch
index f4a8754228..4e8a7576bd 100644
--- a/recipes/linux/linux-mtx-1-2.4.27/06-zboot-2.4.26.patch
+++ b/recipes/linux/linux-mtx-1-2.4.27/06-zboot-2.4.26.patch
@@ -1,15 +1,6 @@
diff -Naru linux/arch/mips/Makefile linux.spi/arch/mips/Makefile
--- linux/arch/mips/Makefile 2004-05-06 15:23:41.000000000 -0400
+++ linux.spi/arch/mips/Makefile 2004-05-11 23:19:24.000000000 -0400
-@@ -17,7 +17,7 @@
- # Select the object file format to substitute into the linker script.
- #
- ifdef CONFIG_CPU_LITTLE_ENDIAN
--tool-prefix = mipsel-linux-
-+tool-prefix = mipsel-nylon-linux-
- ld-emul = elf32ltsmip
- else
- tool-prefix = mips-linux-
@@ -29,6 +29,8 @@
endif
diff --git a/recipes/linux/linux-mtx-2-2.4.27/06-zboot-2.4.26.patch b/recipes/linux/linux-mtx-2-2.4.27/06-zboot-2.4.26.patch
index b4cb9fef9d..48495b5e5f 100644
--- a/recipes/linux/linux-mtx-2-2.4.27/06-zboot-2.4.26.patch
+++ b/recipes/linux/linux-mtx-2-2.4.27/06-zboot-2.4.26.patch
@@ -1,15 +1,6 @@
diff -Naru linux/arch/mips/Makefile linux.spi/arch/mips/Makefile
--- linux/arch/mips/Makefile 2004-05-06 15:23:41.000000000 -0400
+++ linux.spi/arch/mips/Makefile 2004-05-11 23:19:24.000000000 -0400
-@@ -17,7 +17,7 @@
- # Select the object file format to substitute into the linker script.
- #
- ifdef CONFIG_CPU_LITTLE_ENDIAN
--tool-prefix = mipsel-linux-
-+tool-prefix = mipsel-nylon-linux-
- ld-emul = elf32ltsmip
- else
- tool-prefix = mips-linux-
@@ -29,6 +29,8 @@
endif