diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-21 22:55:17 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-22 16:39:48 -0700 |
| commit | a0d0720ddfed7d9a9a5118b24c3e8e0c5b64363e (patch) | |
| tree | f1aced21c8fb4c64ea0efbff8a8a6fe22cb44d7a /meta-oe/recipes-graphics/vk-gl-cts | |
| parent | e35e5926225abbf05ea15f96b22c8225d6ef3c32 (diff) | |
| download | meta-openembedded-a0d0720ddfed7d9a9a5118b24c3e8e0c5b64363e.tar.gz | |
opengl-es-cts: Use -march=armv8-a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 = "" |
