diff mbox series

[uclibc-ng-devel,1/2] arc: use existing tls macros for ARCv3 32-bit CPUs

Message ID 20220920165420.9558-2-kozlov@synopsys.com
State Accepted
Headers show
Series tests: adaptation for ARCv3 | expand

Commit Message

Pavel Kozlov Sept. 20, 2022, 4:54 p.m. UTC
From: Sergey Matyukevich <sergey.matyukevich@synopsys.com>

Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
---
 test/tls/tls-macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h
index 087b365bcb43..a94c3d2f9793 100644
--- a/test/tls/tls-macros.h
+++ b/test/tls/tls-macros.h
@@ -24,7 +24,7 @@ 
 #include <tls-macros-alpha.h>
 #endif
 
-#ifdef __arc__
+#if defined(__arc__) || defined(__ARC64_ARCH32__)
 #include <tls-macros-arc.h>
 #endif