ports/lang/gcc15-devel
Lorenzo Salvadore 0c397ecd5d
lang/gcc15-devel: Fix SIGBUS depending on CPUTYPE
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
2025-04-16 15:20:40 +02:00
..
files lang/gcc15-devel: Fix SIGBUS depending on CPUTYPE 2025-04-16 15:20:40 +02:00
distinfo lang/gcc15-devel: Update to 15.0.1.s20250413 2025-04-16 15:20:39 +02:00
Makefile lang/gcc15-devel: Fix SIGBUS depending on CPUTYPE 2025-04-16 15:20:40 +02:00
pkg-descr
pkg-help
pkg-plist