diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-29 18:57:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-29 18:57:17 +0200 |
commit | a2125b1bbae2d193d19d8fe8695b7677399a2a7c (patch) | |
tree | 82429d3c542d24c073f0a04c547fcdc1206c3e71 /test/Makefile | |
parent | 150e5d7b3978b378ee76eee796d8c8e389884cc3 (diff) |
nptl/tls tests need shared library support
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) |