Tasking: Detect ARM architecture for C++

The preprocessor switch to detect architectures on Tasking
differ for C and C++.

Issue: #26426
This commit is contained in:
Josef Angstenberger
2025-02-05 00:07:03 +01:00
committed by Brad King
parent 1241c7dbcf
commit 5729d6a66d

View File

@@ -258,7 +258,7 @@
# elif defined(__CMCS__)
# define ARCHITECTURE_ID "MCS"
# elif defined(__CARM__)
# elif defined(__CARM__) || defined(__CPARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__CARC__)