diff options
Diffstat (limited to 'test/tls/tls-macros.h')
-rw-r--r-- | test/tls/tls-macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h index 9053d8d..71e8ef4 100644 --- a/test/tls/tls-macros.h +++ b/test/tls/tls-macros.h @@ -76,6 +76,10 @@ #include <tls-macros-xtensa.h> #endif +#ifdef __or1k__ +#include <tls-macros-or1k.h> +#endif + #if !defined TLS_LE || !defined TLS_IE \ || !defined TLS_LD || !defined TLS_GD # error "No support for this architecture so far." |