1
0
Fork 0
alistair23-linux/arch/s390/boot/compressed
Heiko Carstens c985cb37f1 s390: fix linker script for 31 bit builds
Because of a change in the s390 arch backend of binutils (commit 23ecd77
"Pick the default arch depending on the target size" in binutils repo)
31 bit builds will fail since the linker would now try to create 64 bit
binary output.
Fix this by setting OUTPUT_ARCH to s390:31-bit instead of s390.
Thanks to Andreas Krebbel for figuring out the issue.

Fixes this build error:

  LD      init/built-in.o
s390x-4.7.2-ld: s390:31-bit architecture of input file
 `arch/s390/kernel/head.o' is incompatible with s390:64-bit output

Cc: Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Cc: stable@vger.kernel.org
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2012-10-18 17:50:10 +02:00
..
.gitignore s390: add various .gitignore files. 2012-05-16 14:42:41 +02:00
Makefile s390/ipl,decrompressor: disable branch profiling 2012-09-26 15:45:21 +02:00
head31.S [S390] fix s390 assembler code alignments 2011-07-24 10:48:21 +02:00
head64.S [S390] fix s390 assembler code alignments 2011-07-24 10:48:21 +02:00
misc.c s390/string: provide asm lib functions for memcpy and memcmp 2012-09-26 15:44:50 +02:00
vmlinux.lds.S s390: fix linker script for 31 bit builds 2012-10-18 17:50:10 +02:00
vmlinux.scr [S390] add support for compressed kernels 2010-02-26 22:37:33 +01:00