Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lang/gcc12-devel: Update to 12.4.1.s20250220 | Lorenzo Salvadore | 2025-02-25 | 1 | -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 | ||||
* | lang/gcc12-devel: Fix segfaults for static binaries | Dimitry Andric | 2025-02-04 | 1 | -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 |