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 --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