musl-cross-make/patches
Rich Felker b49456e19a fix gcc 8+ static pie patches to make -static-pie pass -static to ld
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.
2020-02-10 12:18:24 -05:00
..
binutils-2.25.1 add patches fixing ld bug linking arm tlsdesc relocs on 64-bit host 2019-10-06 23:36:25 -04:00
binutils-2.27 add patches fixing ld bug linking arm tlsdesc relocs on 64-bit host 2019-10-06 23:36:25 -04:00
binutils-2.32 add binutils patches for pr22269 2020-01-31 16:33:42 -05:00
binutils-2.33.1 add binutils patches for pr22269 2020-01-31 16:33:42 -05:00
binutils-397a64b3 add support for last GPLv2 binutils version (git snapshot) 2015-11-06 06:44:16 +00:00
gcc-4.2.1 add support for gcc 4.2.1 (last gplv2 version) 2015-11-06 06:23:54 +00:00
gcc-5.3.0 add gcc patch fixing libstdc++ futex use for time64 compatibility 2020-01-21 00:07:40 -05:00
gcc-6.5.0 add patch fixing gcc pr93402 (wrong codegen) 2020-01-23 19:38:39 -05:00
gcc-7.3.0 add patch fixing gcc pr93402 (wrong codegen) 2020-01-23 19:38:39 -05:00
gcc-8.3.0 fix gcc 8+ static pie patches to make -static-pie pass -static to ld 2020-02-10 12:18:24 -05:00
gcc-9.2.0 fix gcc 8+ static pie patches to make -static-pie pass -static to ld 2020-02-10 12:18:24 -05:00
linux-4.19.90 add asound uapi patches for linux 4.19.90, headers-4.19.88 2020-01-30 22:11:51 -05:00
linux-headers-4.19.88 add asound uapi patches for linux 4.19.90, headers-4.19.88 2020-01-30 22:11:51 -05:00