musl-cross-make/patches
Rich Felker e3e354f63a add patches to fix invalid tls-model usage in gcc target libs
the initial-exec tls model is not valid in any code that might be
dynamically loaded. it usually happens to work on glibc because glibc
reserves some static tls space for late-loaded libraries that need it,
but if it's already been exhausted that will fail. musl does not
support this hack at all, and it's not valid for gcc target libs to be
doing it anywhere, so patch it out entirely rather than just for musl.
2018-09-25 13:52:59 -04:00
..
binutils-2.25.1 add binutils patches fixing mips tls reloc output when linking pie 2018-01-31 12:26:40 -05:00
binutils-2.27 add binutils patches fixing mips tls reloc output when linking pie 2018-01-31 12:26:40 -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 patches to fix invalid tls-model usage in gcc target libs 2018-09-25 13:52:59 -04:00
gcc-6.4.0 add patches to fix invalid tls-model usage in gcc target libs 2018-09-25 13:52:59 -04:00
gcc-7.2.0 add m68k support patches for all currently supported gcc versions 2018-06-21 15:30:04 -04:00
gcc-7.3.0 add patches to fix invalid tls-model usage in gcc target libs 2018-09-25 13:52:59 -04:00
linux-4.4.10 Patch elf.h circular dependency out of linux-4.4.10 2016-05-30 04:44:24 +02:00