Explorar o código

nptl/tls tests need shared library support

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
a2125b1bba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)