mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 23:44:58 +02:00
![]() 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. |
||
---|---|---|
.. | ||
0001-ssp_nonshared.diff | ||
0002-posix_memalign.diff | ||
0003-libatomic-test-fix.diff | ||
0004-libgomp-test-fix.diff | ||
0005-libitm-test-fix.diff | ||
0006-libvtv-test-fix.diff | ||
0007-j2.diff | ||
0008-s390x-muslldso.diff | ||
0009-microblaze-pr65649.diff | ||
0010-ldbl128-config.diff | ||
0011-m68k.diff | ||
0012-static-pie.diff | ||
0013-invalid_tls_model.diff | ||
0014-fix-gthr-weak-refs-for-libgcc.patch | ||
0015-riscv-tls-copy-relocs.diff | ||
0016-libstdc++-futex-time64.diff | ||
0017-pr93402.diff |