diff options
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts')
-rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb | 3 |
1 files changed, 2 insertions, 1 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 a98360c73f..10d5806e77 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 | |||
@@ -28,5 +28,6 @@ do_install() { | |||
28 | 28 | ||
29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" | 29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" |
30 | # GCC-15 segfaults see - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119 | 30 | # GCC-15 segfaults see - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119 |
31 | TUNE_CCARGS:remove:aarch64 = "-mcpu=cortex-a57+crc" | 31 | # TUNE_CCARGS:remove:aarch64 = "cortex-a57+crc+nocrypto" |
32 | TUNE_CCARGS:append:aarch64 = " -march=armv8-a" | ||
32 | LTO = "" | 33 | LTO = "" |