This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via 363e142113cdb9c4b4f04152bc0c9998d3819b92 (commit) from 421ae7ea851ee4e97ca091c5dff3cf6ec7cb73a2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 363e142113cdb9c4b4f04152bc0c9998d3819b92 Author: Waldemar Brodkorb wbx@openadk.org Date: Wed Oct 8 08:23:30 2014 +0200
test: disable for noMMU case
Pthread tests are failing for coldfire with linuxthreads enabled.
-----------------------------------------------------------------------
Summary of changes: test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile index 787c530..e4f6418 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)
hooks/post-receive