From 0bd32f727316c99569e19ae60790f29cc6770db6 Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Tue, 20 Sep 2022 20:54:19 +0400 Subject: arc: use existing tls macros for ARCv3 32-bit CPUs Signed-off-by: Sergey Matyukevich Signed-off-by: Pavel Kozlov --- test/tls/tls-macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h index 087b365..a94c3d2 100644 --- a/test/tls/tls-macros.h +++ b/test/tls/tls-macros.h @@ -24,7 +24,7 @@ #include #endif -#ifdef __arc__ +#if defined(__arc__) || defined(__ARC64_ARCH32__) #include #endif -- cgit v1.2.3