diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 17:15:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:23 +0000 |
commit | 2d5e9a1d306caee6d8f5bbc368a83b61335daa4e (patch) | |
tree | 26453f5106a2369160c5ae095199c6f79b612364 /meta/recipes-devtools/binutils/binutils-2.37.inc | |
parent | 8af5ed024e11426a45fca2c7b304c1ecf2297abd (diff) | |
download | poky-2d5e9a1d306caee6d8f5bbc368a83b61335daa4e.tar.gz |
binutils: Drop mips gold patch
As mentioned in a followup to the patch upstream:
https://sourceware.org/legacy-ml/binutils/2016-08/msg00215.html
"With 2.16.1, --enable-gold is just ignored when building on mips"
so we don't need the patch since 2.16.1.
(From OE-Core rev: 3c230c70f28aef21ae986679d783551832b4e3fa)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.37.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.37.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.37.inc b/meta/recipes-devtools/binutils/binutils-2.37.inc index 8f91c6460d..a3e0fbc769 100644 --- a/meta/recipes-devtools/binutils/binutils-2.37.inc +++ b/meta/recipes-devtools/binutils/binutils-2.37.inc | |||
@@ -29,7 +29,6 @@ SRC_URI = "\ | |||
29 | file://0009-Change-default-emulation-for-mips64-linux.patch \ | 29 | file://0009-Change-default-emulation-for-mips64-linux.patch \ |
30 | file://0010-Add-support-for-Netlogic-XLP.patch \ | 30 | file://0010-Add-support-for-Netlogic-XLP.patch \ |
31 | file://0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ | 31 | file://0011-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ |
32 | file://0012-Detect-64-bit-MIPS-targets.patch \ | ||
33 | file://0013-Use-libtool-2.4.patch \ | 32 | file://0013-Use-libtool-2.4.patch \ |
34 | file://0014-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \ | 33 | file://0014-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \ |
35 | file://0015-sync-with-OE-libtool-changes.patch \ | 34 | file://0015-sync-with-OE-libtool-changes.patch \ |