]> git.baikalelectronics.ru Git - arm-tf.git/commit
TF-A: Add build option for Arm Feature Modifiers
authorAlexei Fedorov <Alexei.Fedorov@arm.com>
Mon, 7 Dec 2020 16:38:53 +0000 (16:38 +0000)
committerAlexei Fedorov <Alexei.Fedorov@arm.com>
Thu, 10 Dec 2020 15:31:51 +0000 (15:31 +0000)
commitf18217902a4c84c2cb6695164ffa1db540a0146b
tree44dd1c041c1b75d0022832bc4393a5ab8f268e1e
parent2736aca5972d66f4a36267dbb458b3730e95e40e
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>
Makefile
docs/getting_started/build-options.rst
make_helpers/defaults.mk