commit | 8b09185e4ccfcfaeb8768b0a222f80454d4b9a50 | [log] [tgz] |
---|---|---|
author | Dávid Házi <david.hazi@arm.com> | Thu Jun 09 11:25:50 2022 +0200 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Wed Jun 29 14:26:24 2022 +0200 |
tree | 4b88e6182af1059d5eafcf0667d66ec9183a91c2 | |
parent | 4fb4ee18e74003cd2c0e8cc68f0f8b185214609d [diff] |
Build: Fix arm/mps3/corstone310_fvp build with cmake 3.16.3 ARMClang.cmake in cmake 3.16 only checks CMAKE_SYSTEM_PROCESSOR variable. In this case if only ARCH is defined in the build, cmake will throw an error. But, GCC doesn't support the cortex-m85 processor yet. So we define the cpu type, and check it in the toolchain_GNUARM.cmake file. Signed-off-by: Dávid Házi <david.hazi@arm.com> Change-Id: I12e9f9c0085a0fe1c5bd9900df9e4e923ec0629b