b49456e19a
previously this was missed because there's target-specific spec magic for a few targets to do it, but many including arm don't have it. without this, use of -static-pie produces broken binaries which lack an interpreter but link to shared libraries on the targets affected. use of -static -pie (preferred form) is not affected. gcc versions prior to 8.x did not have -static-pie (because there was no upstream static pie support) so this patch is only needed for 8+, and only to prevent breakage if someone uses the -static-pie option instead of -static with -pie. |
||
---|---|---|
.. | ||
binutils-2.25.1 | ||
binutils-2.27 | ||
binutils-2.32 | ||
binutils-2.33.1 | ||
binutils-397a64b3 | ||
gcc-4.2.1 | ||
gcc-5.3.0 | ||
gcc-6.5.0 | ||
gcc-7.3.0 | ||
gcc-8.3.0 | ||
gcc-9.2.0 | ||
linux-4.19.90 | ||
linux-headers-4.19.88 |