summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-29 18:57:17 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-29 18:57:17 +0200
commita2125b1bbae2d193d19d8fe8695b7677399a2a7c (patch)
tree82429d3c542d24c073f0a04c547fcdc1206c3e71
parent150e5d7b3978b378ee76eee796d8c8e389884cc3 (diff)
nptl/tls tests need shared library support
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 138308e73..532a43aab 100644
--- a/test/Makefile
+++ b/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)