From a2125b1bbae2d193d19d8fe8695b7677399a2a7c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 29 Apr 2016 18:57:17 +0200 Subject: nptl/tls tests need shared library support --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3