mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
binutils: backport patch to fix mipsel (malta) kernel compile
This fixes the following compilation error when building a mipsel
yocto kernel for qemu:
| CC arch/mips/mm/sc-ip22.o
| {standard input}: Assembler messages:
| {standard input}:128: Error: number (0x9000000080000000) larger than 32 bits
| {standard input}:151: Error: number (0x9000000080000000) larger than 32 bits
| {standard input}:186: Error: number (0x9000000080000000) larger than 32 bits
We leave out the testsuite bits and the changelog in this
backport.
(From OE-Core rev: 8b378a17bf6d6c43f097b9df491e5c6ec59bf316)
Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa9fb3f5d4
commit
1b29aff0e0
@@ -35,6 +35,7 @@ SRC_URI = "\
|
||||
file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \
|
||||
file://0014-Correct-nios2-_gp-address-computation.patch \
|
||||
file://0015-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \
|
||||
file://MIPS-GAS-Fix-an-ISA-override-not-lifting-ABI-restrictions.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user