diff options
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 54eeeb6a3..c9d152477 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,6 +35,9 @@ endif ifeq ($(UCLIBC_HAS_CRYPT_STUB),y) DIRS := $(filter-out crypt,$(DIRS)) endif +ifeq ($(HAS_NO_THREADS),y) + DIRS := $(filter-out pthread,$(DIRS)) +endif DIRS := $(filter-out math,$(DIRS)) |