mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
opengl-es-cts: Workaround gcc-15 segfault on aarch64
We are seeing a compile failure due to g++ sefaulting on one compile unit It seems a GCC 15 bug [1] [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c10b45a196
commit
4d18427d44
|
@ -24,4 +24,6 @@ do_install() {
|
|||
}
|
||||
|
||||
SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}"
|
||||
# GCC-15 segfaults see - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119
|
||||
TUNE_CCARGS:remove:aarch64 = "-mcpu=cortex-a57+crc"
|
||||
LTO = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user