summaryrefslogtreecommitdiff
path: root/lang/gcc12-devel/files/patch-libgcc-config.host (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-25lang/gcc12-devel: Update to 12.4.1.s20250220Lorenzo Salvadore1-11/+0
Also remove recently added patch that fixed binaries compiled with the -static option as it has been merged upstream with commit 23541b23deb5504c6d3c0a3e96a0858e10c3c627. PR: 284441
2025-02-04lang/gcc12-devel: Fix segfaults for static binariesDimitry Andric1-0/+11
Fix segmentation faults caused by -static flag into compiled binaries. Email thread: https://lists.freebsd.org/archives/freebsd-hackers/2025-January/004236.html Upstream bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118685 PR: 284441 Reported by: kargl