summaryrefslogtreecommitdiff
path: root/lang/gcc12-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/gcc12-devel: Update to 12.4.1.s20250604Lorenzo Salvadore12 days2-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250528Lorenzo Salvadore2025-06-052-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250521Lorenzo Salvadore2025-05-282-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250514Lorenzo Salvadore2025-05-222-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250507Lorenzo Salvadore2025-05-162-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250430Lorenzo Salvadore2025-05-162-4/+4
|
* lang/gcc12-devel: Add comment to existing patchLorenzo Salvadore2025-05-031-0/+3
| | | | | | | | Add a comment to files/patch-libgcc_unwind.inc to remember when it will get obsolete, i.e. once all supported FreeBSD releases include commit 22e564c74eb20e14bd93fd9fdde20e38a29cfcf1. PR: 285711
* lang/gcc12-devel: Update to 12.4.1.s20250417Lorenzo Salvadore2025-04-242-5/+4
|
* lang/gcc12-devel: Fix SIGBUS depending on CPUTYPEOleg Sidorkin2025-04-162-0/+29
| | | | | | | | | | | | | | | | Compiling GCC with some CPUTYPE values (e.g. broadwell) result in breaking some applications (e.g. math/octave, cad/freecad), sending a SIGBUS. The issue is due to GCC generating instructions that require variables to be aligned in memory on certain CPUs. Our libthr does not have the required alignment so these CPUs fail to execute these instructions. The patch disables the generation of such instructions. PR: 285711 Reported by: cracauer Tested by: cracauer, jbo
* lang/gcc12-devel: Update to 12.4.1.s20250410Lorenzo Salvadore2025-04-162-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250403Lorenzo Salvadore2025-04-082-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250327Lorenzo Salvadore2025-04-012-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250320Lorenzo Salvadore2025-04-012-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250313Lorenzo Salvadore2025-03-172-4/+4
|
* gcc*: properly define USE_LDCONFIG32 for multilibBaptiste Daroussin2025-03-131-0/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250306Lorenzo Salvadore2025-03-112-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250227Lorenzo Salvadore2025-03-042-9/+7
| | | | | | | | | | Also fix linking with libisl.so depending on GRAPHITE option, which is now implemented through options helpers. Co-authored-by: Gerald Pfeifer <gerald@FreeBSD.org> PR: 276070 Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
* lang/gcc12-devel: Update to 12.4.1.s20250220Lorenzo Salvadore2025-02-253-15/+4
| | | | | | | | 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: Update to 12.4.1.s20250213Lorenzo Salvadore2025-02-182-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250206Lorenzo Salvadore2025-02-102-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250130Lorenzo Salvadore2025-02-042-5/+4
|
* lang/gcc12-devel: Fix segfaults for static binariesDimitry Andric2025-02-042-0/+12
| | | | | | | | | | 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
* lang/gcc12-devel: Update to 12.4.1.s20250123Lorenzo Salvadore2025-01-292-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20250116Lorenzo Salvadore2025-01-212-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241226Lorenzo Salvadore2024-12-312-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241219Lorenzo Salvadore2024-12-282-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241212Lorenzo Salvadore2024-12-222-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241128Lorenzo Salvadore2024-12-022-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241121Lorenzo Salvadore2024-11-282-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241107Lorenzo Salvadore2024-11-132-4/+4
|
* lang/gcc*: disable building of libsspKyle Evans2024-10-291-0/+1
| | | | | | | | | | | For today's FreeBSD 14 and earlier, libssp is a nop because nothing on FreeBSD will be referencing these headers or lib. On FreeBSD 15, it actively breaks building with FORTIFY_SOURCE enabled and it's not worth trying to make it work- the potential for GCC improvements comes from the __builtin_object_size enhancement, not from these headers. PR: 280265 Approved by: salvadore (maintainer)
* lang/gcc12-devel: Update to 12.4.1.s20241010Lorenzo Salvadore2024-10-162-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20241003Lorenzo Salvadore2024-10-092-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20240919Lorenzo Salvadore2024-09-242-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20240829Lorenzo Salvadore2024-09-032-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20240718Lorenzo Salvadore2024-07-242-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20240711Lorenzo Salvadore2024-07-162-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20240704Lorenzo Salvadore2024-07-092-4/+4
|
* lang/gcc12-devel: Update to 12.4.1.s20240620Lorenzo Salvadore2024-06-302-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240613Lorenzo Salvadore2024-06-205-84/+4
| | | | | | Also delete obsolete patches, upstreamed in upstream commits a995fded34fe488153b06bb41e026277f01efded and 8f11ed1c58e14421ba4be1652764fc47fdce8dc7.
* lang/gcc12-devel: Update to 12.3.1.s20240606Lorenzo Salvadore2024-06-112-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240516Lorenzo Salvadore2024-05-232-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240502Lorenzo Salvadore2024-05-032-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240419Lorenzo Salvadore2024-04-232-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240412Lorenzo Salvadore2024-04-152-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240405Lorenzo Salvadore2024-04-082-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240329Lorenzo Salvadore2024-04-062-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240322Lorenzo Salvadore2024-03-242-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240315Lorenzo Salvadore2024-03-212-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20240223Lorenzo Salvadore2024-02-262-4/+4
|