diff options
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.37.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils/0009-Change-default-emulation-for-mips64-linux.patch | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.37.inc b/meta/recipes-devtools/binutils/binutils-2.37.inc index a3e0fbc769..8c6e659e73 100644 --- a/meta/recipes-devtools/binutils/binutils-2.37.inc +++ b/meta/recipes-devtools/binutils/binutils-2.37.inc | |||
| @@ -26,7 +26,6 @@ SRC_URI = "\ | |||
| 26 | file://0006-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ | 26 | file://0006-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ |
| 27 | file://0007-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch \ | 27 | file://0007-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch \ |
| 28 | file://0008-warn-for-uses-of-system-directories-when-cross-linki.patch \ | 28 | file://0008-warn-for-uses-of-system-directories-when-cross-linki.patch \ |
| 29 | file://0009-Change-default-emulation-for-mips64-linux.patch \ | ||
| 30 | file://0010-Add-support-for-Netlogic-XLP.patch \ | 29 | file://0010-Add-support-for-Netlogic-XLP.patch \ |
| 31 | file://0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ | 30 | file://0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ |
| 32 | file://0013-Use-libtool-2.4.patch \ | 31 | file://0013-Use-libtool-2.4.patch \ |
diff --git a/meta/recipes-devtools/binutils/binutils/0009-Change-default-emulation-for-mips64-linux.patch b/meta/recipes-devtools/binutils/binutils/0009-Change-default-emulation-for-mips64-linux.patch deleted file mode 100644 index fab92d52e6..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0009-Change-default-emulation-for-mips64-linux.patch +++ /dev/null | |||
| @@ -1,57 +0,0 @@ | |||
| 1 | From fb6d52dda9c230baf869ed5f981581a7b5094b70 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Mon, 2 Mar 2015 01:44:14 +0000 | ||
| 4 | Subject: [PATCH] Change default emulation for mips64*-*-linux | ||
| 5 | |||
| 6 | we change the default emulations to be N64 instead of N32 | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [ OE configuration Specific] | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | bfd/config.bfd | 8 ++++---- | ||
| 13 | ld/configure.tgt | 8 ++++---- | ||
| 14 | 2 files changed, 8 insertions(+), 8 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/bfd/config.bfd b/bfd/config.bfd | ||
| 17 | index 30087e3b8f8..1896e11790c 100644 | ||
| 18 | --- a/bfd/config.bfd | ||
| 19 | +++ b/bfd/config.bfd | ||
| 20 | @@ -891,12 +891,12 @@ case "${targ}" in | ||
| 21 | targ_selvecs="mips_elf32_le_vec mips_elf64_be_vec mips_elf64_le_vec mips_ecoff_be_vec mips_ecoff_le_vec" | ||
| 22 | ;; | ||
| 23 | mips64*el-*-linux*) | ||
| 24 | - targ_defvec=mips_elf32_ntrad_le_vec | ||
| 25 | - targ_selvecs="mips_elf32_ntrad_be_vec mips_elf32_trad_le_vec mips_elf32_trad_be_vec mips_elf64_trad_le_vec mips_elf64_trad_be_vec" | ||
| 26 | + targ_defvec=mips_elf64_trad_le_vec | ||
| 27 | + targ_selvecs="mips_elf32_ntrad_be_vec mips_elf32_ntrad_le_vec mips_elf32_trad_le_vec mips_elf32_trad_be_vec mips_elf64_trad_be_vec" | ||
| 28 | ;; | ||
| 29 | mips64*-*-linux*) | ||
| 30 | - targ_defvec=mips_elf32_ntrad_be_vec | ||
| 31 | - targ_selvecs="mips_elf32_ntrad_le_vec mips_elf32_trad_be_vec mips_elf32_trad_le_vec mips_elf64_trad_be_vec mips_elf64_trad_le_vec" | ||
| 32 | + targ_defvec=mips_elf64_trad_be_vec | ||
| 33 | + targ_selvecs="mips_elf32_ntrad_be_vec mips_elf32_ntrad_be_vec mips_elf32_trad_be_vec mips_elf32_trad_le_vec mips_elf64_trad_le_vec" | ||
| 34 | ;; | ||
| 35 | mips*el-*-linux*) | ||
| 36 | targ_defvec=mips_elf32_trad_le_vec | ||
| 37 | diff --git a/ld/configure.tgt b/ld/configure.tgt | ||
| 38 | index 6205d7c9872..c08533658e5 100644 | ||
| 39 | --- a/ld/configure.tgt | ||
| 40 | +++ b/ld/configure.tgt | ||
| 41 | @@ -530,12 +530,12 @@ mips*-*-vxworks*) targ_emul=elf32ebmipvxworks | ||
| 42 | ;; | ||
| 43 | mips*-*-windiss) targ_emul=elf32mipswindiss | ||
| 44 | ;; | ||
| 45 | -mips64*el-*-linux-*) targ_emul=elf32ltsmipn32 | ||
| 46 | - targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip" | ||
| 47 | +mips64*el-*-linux-*) targ_emul=elf64ltsmip | ||
| 48 | + targ_extra_emuls="elf32btsmipn32 elf32ltsmipn32 elf32ltsmip elf32btsmip elf64btsmip" | ||
| 49 | targ_extra_libpath=$targ_extra_emuls | ||
| 50 | ;; | ||
| 51 | -mips64*-*-linux-*) targ_emul=elf32btsmipn32 | ||
| 52 | - targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip" | ||
| 53 | +mips64*-*-linux-*) targ_emul=elf64btsmip | ||
| 54 | + targ_extra_emuls="elf32btsmipn32 elf32ltsmipn32 elf32btsmip elf32ltsmip elf64ltsmip" | ||
| 55 | targ_extra_libpath=$targ_extra_emuls | ||
| 56 | ;; | ||
| 57 | mips*el-*-linux-*) targ_emul=elf32ltsmip | ||
