OSDN Git Service

test: disable for noMMU case
authorWaldemar Brodkorb <wbx@openadk.org>
Wed, 8 Oct 2014 06:23:30 +0000 (08:23 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Wed, 8 Oct 2014 06:23:30 +0000 (08:23 +0200)
Pthread tests are failing for coldfire with linuxthreads
enabled.

test/Makefile

index 787c530..e4f6418 100644 (file)
@@ -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)