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 a2125b1bbae2d193d19d8fe8695b7677399a2a7c (commit) from 150e5d7b3978b378ee76eee796d8c8e389884cc3 (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 a2125b1bbae2d193d19d8fe8695b7677399a2a7c Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Fri Apr 29 18:57:17 2016 +0200
nptl/tls tests need shared library support
-----------------------------------------------------------------------
Summary of changes: test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile index 138308e..532a43a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ endif ifneq ($(UCLIBC_HAS_REGEX),y) DIRS := $(filter-out regex,$(DIRS)) endif -ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) +ifneq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS_NATIVE),yy) DIRS := $(filter-out tls nptl,$(DIRS)) endif ifneq ($(UCLIBC_HAS_WCHAR),y)
hooks/post-receive