mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
opengl-es-cts: Use -march=armv8-a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,5 +28,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"
|
||||
# TUNE_CCARGS:remove:aarch64 = "cortex-a57+crc+nocrypto"
|
||||
TUNE_CCARGS:append:aarch64 = " -march=armv8-a"
|
||||
LTO = ""
|
||||
|
||||
Reference in New Issue
Block a user