]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(rme): relax RME compiler requirements
authorAndre Przywara <andre.przywara@arm.com>
Tue, 4 Oct 2022 12:56:49 +0000 (13:56 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 11 Oct 2022 10:09:00 +0000 (11:09 +0100)
commit7670ddb1fb5d4fa5e2e234375f7a4c0763f1c57a
tree5c1e69144e9a5f160d11b74d5d2c09a578de836a
parent402d2316c8a959dc011b5775970a6677edb20b17
fix(rme): relax RME compiler requirements

Currently building TF-A for the FVP with RME enabled requires a
toolchain that understands the -march=armv8.6-a command line option,
even though we actually don't need any ARMv8.6 features from the
compiler.

Relax the requirement to use ARMv8.5, since this is what's the GCC
shipped with Ubuntu 20.04 understands. This is in line what the current
RMM implementation uses as well.

Change-Id: I3806dcff90319a87f003fe2c86b7cdcdebd625e4
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Makefile