summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb
index 96a4ca7d49..db4ffbe92a 100644
--- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb
+++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb
@@ -24,4 +24,6 @@ do_install() {
24} 24}
25 25
26SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" 26SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}"
27# GCC-15 segfaults see - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119
28TUNE_CCARGS:remove:aarch64 = "-mcpu=cortex-a57+crc"
27LTO = "" 29LTO = ""