mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Compilers in Debian and Ubuntu default to enabling PIE for all binaries. This is a poor fit for boot loader code that has strict requirements for its layout. Hence always forcefully disable PIE. As older compilers still need to be supported, no-pie usage is conditional on CC's -dumpspecs output. Fixes: #3 Signed-off-by: Philipp Kern <pkern@debian.org> Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com>