Turn on MKPIE for ppc?
Martin Husemann <[email protected]> Tue, 27 May 2025 19:49:31 +0200
| Newsgroups | gmane.os.netbsd.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
I wondered why we didn't have MKPIE=yes for powerpc architectures, so
I tested and
a) it works
b) it causes a 15% - 20% increased size for binaries (not shared libs,
of course)
Do we want to enable it nevertheless?
Unfortunately packed relative relocs are not implemented for ppc apparently
in the current binutils version we have.
Martin