diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
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) |