commit | fceac73919558a1cab7b6d508705fe0cffa91711 | [log] [tgz] |
---|---|---|
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | Mon Dec 07 18:13:28 2020 +0000 |
committer | Saheer Babu <saheer.babu@arm.com> | Tue Jan 21 12:25:00 2025 +0000 |
tree | 27a7b8e578b1639ba96bc4ca19bc2175e41ccc95 | |
parent | fa5798a1ae96edfda93ca2ff7bca07df042fe149 [diff] |
TFTF: 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+...'. Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com> Change-Id: I115a921c777b7932523d2dff8e8e03377d87bb78