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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user