Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zipl: Use the compiler for linking instead of ld
Instead of directly calling ld, it is recommended to call the compiler to do the linking. Do that and adapt the linker flags accordingly. This also fixes build issues with newer binutils as -no-pie has never been a valid option for ld itself. See: https://sourceware.org/bugzilla/show_bug.cgi?id=27050 https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1907789 LD has no user anymore and is removed. Closes: #106 Reported-by: Lukas Märdian <lukas.maerdian@canonical.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
- Loading branch information