From 363e142113cdb9c4b4f04152bc0c9998d3819b92 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 8 Oct 2014 08:23:30 +0200 Subject: [PATCH] test: disable for noMMU case Pthread tests are failing for coldfire with linuxthreads enabled. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 787c530d4..e4f64181e 100644 --- a/test/Makefile +++ b/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) -- 2.11.4.GIT