diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-08 08:23:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-08 08:23:30 +0200 |
commit | 363e142113cdb9c4b4f04152bc0c9998d3819b92 (patch) | |
tree | 547aa410d9e3869b01bda789e71bf3156b77645a /test | |
parent | 421ae7ea851ee4e97ca091c5dff3cf6ec7cb73a2 (diff) |
test: disable for noMMU case
Pthread tests are failing for coldfire with linuxthreads
enabled.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |