1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-31 00:39:57 +00:00

arm-gcs: set compiler tune to 8.0

This matches the behaviour from mainstream distributions which don't tune
for 8.4.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2024-07-25 16:10:58 +01:00
parent a9fde75f5f
commit 27f7248eac
+3
View File
@@ -37,6 +37,9 @@ local_conf_header:
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
fvp_options: |
# Set the instruction set tune to 8.0 to match binary distributions
DEFAULTTUNE = "armv8a-crc"
# Set the cores to v9.4 and turn on more features
FVP_CONFIG[cluster0.has_arm_v9-4] = "1"
FVP_CONFIG[cluster1.has_arm_v9-4] = "1"