diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-09 18:40:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-20 22:10:19 +0200 |
commit | 51f9b66d2fee1c7c1088b548751ac64131220b6e (patch) | |
tree | 963be00ea3ebdc03167a52e887919562feb90d62 /test/tls/Makefile.in | |
parent | ec2ec114cecd19389a0914e2a3c5f124c0831958 (diff) |
disable tests for arc as long as binutils is buggy
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'test/tls/Makefile.in')
-rw-r--r-- | test/tls/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in index 7ab4e2ad3..0a9833757 100644 --- a/test/tls/Makefile.in +++ b/test/tls/Makefile.in @@ -12,6 +12,10 @@ ifeq ($(HAVE_SHARED),) TESTS_DISABLED := $(TESTS) endif +ifeq ($(TARGET_ARCH),arc) +TESTS_DISABLED += tst-tls12 tst-tls-at-ctor +endif + # All these tests need tls.h, which is not installed with glibc GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS))) |