Browse Source

nptl/tls tests need shared library support

Waldemar Brodkorb 8 years ago
parent
commit
a2125b1bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -30,7 +30,7 @@ endif
 ifneq ($(UCLIBC_HAS_REGEX),y)
 	DIRS := $(filter-out regex,$(DIRS))
 endif
-ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y)
+ifneq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS_NATIVE),yy)
 	DIRS := $(filter-out tls nptl,$(DIRS))
 endif
 ifneq ($(UCLIBC_HAS_WCHAR),y)