Merge "fix(build): correct feature assignment for ARM v8.8 compliance" into integration

This commit is contained in:
Govindraj Raja 2024-11-08 16:37:56 +01:00 committed by TrustedFirmware Code Review
commit 5b9e703537

View file

@ -84,7 +84,7 @@ endif
# Enable the features which are mandatory from ARCH version 8.8 and upwards.
ifeq "8.8" "$(word 1, $(sort 8.8 $(ARM_ARCH_MAJOR).$(ARM_ARCH_MINOR)))"
# 8.7 Compliant
armv8-7-a-feats += ${armv8-7-a-feats}
armv8-8-a-feats += ${armv8-7-a-feats}
FEAT_LIST := ${armv8-8-a-feats}
endif