ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
63 stars 60 forks source link

zipl: fix stage3 compilation error on newer binutils #65

Closed rafaeldtinoco closed 5 years ago

rafaeldtinoco commented 5 years ago

After binutils Bug 24576:

https://sourceware.org/bugzilla/show_bug.cgi?id=24576

and its fixes:

commit 6ec6968b1b259948ba42f0a47a3da048377058bc Author: Nick Clifton nickc@redhat.com Date: Wed May 22 11:58:57 2019

Have the linker report an error if the same script is used twice.

commit 82d7a6f4e3ccb3d714b5beb03eeb24f7356d4380 Author: Alan Modra amodra@gmail.com Date: Wed May 22 21:52:56 2019

Re: Have the linker report an error if the same script is used twice

Makefile reports that stage3.lds is being given twice. This patch fixes the issue to make stage 3 compilation to work in newer binutils.

Signed-off-by: Rafael David Tinoco rafaeldtinoco@ubuntu.com

rafaeldtinoco commented 5 years ago

Sorry, I just realized you had already a MR for this from @xnox, please consider his MR (https://github.com/ibm-s390-tools/s390-tools/pull/63). Thanks!

hoeppnerj commented 5 years ago

63 has been merged. Thanks for your effort anyway.