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 a8c9bcce489fcf22d73e1b9401dd64c0e727b986 (commit) from 3384401c5aff4c4335463bdadc1414e890f2bf8e (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 a8c9bcce489fcf22d73e1b9401dd64c0e727b986 Author: Waldemar Brodkorb wbx@openadk.org Date: Sat Apr 25 02:47:48 2015 +0200
disabled ARC tests working now
As reported by Alexey Brodkin Alexey.Brodkin@synopsys.com these tests do not fail anymore. After upgrading binutils/gcc tests compile fine.
-----------------------------------------------------------------------
Summary of changes: test/tls/Makefile.in | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in index 0a98337..bbb4216 100644 --- a/test/tls/Makefile.in +++ b/test/tls/Makefile.in @@ -12,15 +12,10 @@ ifeq ($(HAVE_SHARED),) TESTS_DISABLED := $(TESTS) endif
-ifeq ($(TARGET_ARCH),arc) -TESTS_DISABLED += tst-tls12 tst-tls-at-ctor -endif - # All these tests need tls.h, which is not installed with glibc GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS)))
- PTDIR := $(top_builddir)libpthread/nptl SYSDEPS_DIR := $(top_srcdir)libc/sysdeps
hooks/post-receive