commit | 132e665061d58d5ef4effa69287fa41e0a144b9e | [log] [tgz] |
---|---|---|
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | Mon Dec 07 16:38:53 2020 +0000 |
committer | Alexei Fedorov <Alexei.Fedorov@arm.com> | Thu Dec 10 15:31:51 2020 +0000 |
tree | 44dd1c041c1b75d0022832bc4393a5ab8f268e1e | |
parent | dd89c6cc3c19cfd9e36d7d2bd5bfa1d777c0541c [diff] |
TF-A: Add build option for Arm Feature Modifiers This patch adds a new ARM_ARCH_FEATURE build option to add support for compiler's feature modifiers. It has the form '[no]feature+...' and defaults to 'none'. This option translates into compiler option '-march=armvX[.Y]-a+[no]feature+...'. Change-Id: I37742f270a898f5d6968e146cbcc04cbf53ef2ad Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>