3 Commits

Author SHA1 Message Date
Rich Felker
4be756d35c update all static pie patches to ensure -static reached the linker
on some targets, the logic for the compiler option -static seems not
to be processed when -pie is present. rather than playing
whack-a-mole, just ensure LD_PIE_SPEC specs always pass -static to ld
if either -static or -static-pie is present on the compiler driver
command line.

this may produce redundant -static arguments but it doesn't matter.
2025-07-21 02:25:06 +00:00
Rich Felker
14175d4a21 add gcc 14 patch to fix libquadmath build on ppc64
this is the upstream patch for fixing gcc bug 116007. gcc 13 does not
seem to have the bug, and it should already be fixed in gcc 15 when we
add it.
2025-07-20 22:06:10 +00:00
J. Neuschäfer
82d6c2a683 add gcc 14.2 hash and patches
The patches have been copied from 12.4.
2024-10-25 15:36:48 -04:00