commit | 94ff1d98c95db491137177c2160ef1afe944ff5f | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <[email protected]> | Fri Nov 08 09:41:51 2024 +0000 |
committer | Manish V Badarkhe <[email protected]> | Fri Nov 08 09:59:54 2024 +0000 |
tree | a23d0bfa307399402e8f47c3cab27699e6f146a8 | |
parent | b40bc36c2085423c4d60ee93f13701ce3950e480 [diff] |
fix(build): correct feature assignment for ARM v8.8 compliance Correct feature list assignment to apply ARM v8.7 features to `armv8-8-a-feats` instead of `armv8-7-a-feats` for ARM v8.8 compliance. This was highlighted during the build of TC4 with ARM_ARCH_MAJOR=8 and ARM_ARCH_MINOR=8. Change-Id: I6c48a3ffa2f1e18d5e4a6484a823c9112dddd751 Signed-off-by: Manish V Badarkhe <[email protected]>