arm: Enable thread ID register for ARMv6

Close #4759.
This commit is contained in:
Sebastian Huber
2023-01-03 08:15:48 +01:00
parent 0c0b2837a7
commit f8cb1f483d

View File

@@ -72,7 +72,8 @@ extern "C" {
#ifndef ARM_DISABLE_THREAD_ID_REGISTER_USE
#if defined(__ARM_ARCH_7A__) \
|| defined(__ARM_ARCH_7R__) \
|| __ARM_ARCH >= 8
|| __ARM_ARCH >= 8 \
|| __ARM_ARCH == 6
#define ARM_MULTILIB_HAS_THREAD_ID_REGISTER
#endif
#endif