Explorar o código

test: disable for noMMU case

Pthread tests are failing for coldfire with linuxthreads
enabled.
Waldemar Brodkorb %!s(int64=11) %!d(string=hai) anos
pai
achega
363e142113
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -18,7 +18,7 @@ endif
 ifneq ($(findstring -static,$(LDFLAGS)),)
 	DIRS := $(filter-out dlopen,$(DIRS))
 endif
-ifneq ($(UCLIBC_HAS_THREADS),y)
+ifneq ($(UCLIBC_HAS_THREADS)$(ARCH_USE_MMU),yy)
 	DIRS := $(filter-out pthread,$(DIRS))
 endif
 ifneq ($(UCLIBC_HAS_FULL_RPC),y)