Преглед изворни кода

- do not test pthread if threads are not available

Bernhard Reutner-Fischer пре 18 година
родитељ
комит
80e7510b59
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      test/Makefile

+ 3 - 0
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))