mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:08:02 +08:00
arm: Accept Cortex-M7 multilib
This commit is contained in:
@@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
/**@{**/
|
||||
|
||||
#if defined(__ARM_ARCH_7M__)
|
||||
#if defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__)
|
||||
#define CPU_MODEL_NAME "ARMv7M"
|
||||
#define ARM_MULTILIB_ARCH_V7M
|
||||
#elif defined(__ARM_ARCH_6M__)
|
||||
|
||||
Reference in New Issue
Block a user