diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-25 02:47:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-24 20:01:31 -0500 |
commit | 7f568b0cd7cd6c45ee8d28f68cb6604bacd41346 (patch) | |
tree | 7b739e71ea24ecb9c80eb05c0dfda706e7c1a2bc /test/tls/Makefile.in | |
parent | 928ab832caa67c0c1a44e3a8e1483b0ed33cda50 (diff) |
disabled ARC tests working now
As reported by Alexey Brodkin <Alexey.Brodkin@synopsys.com>
these tests do not fail anymore. After upgrading binutils/gcc
tests compile fine.
Diffstat (limited to 'test/tls/Makefile.in')
-rw-r--r-- | test/tls/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in index 0a9833757..bbb421669 100644 --- a/test/tls/Makefile.in +++ b/test/tls/Makefile.in @@ -12,15 +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))) - PTDIR := $(top_builddir)libpthread/nptl SYSDEPS_DIR := $(top_srcdir)libc/sysdeps |