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 1f86536aeff7834b9b109a2c7df8697b3cc9946f (commit)
from 7db56e580823ca91aff186d46eac693b09b9bb0e (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 1f86536aeff7834b9b109a2c7df8697b3cc9946f
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Fri Jan 1 18:38:00 2016 +0100
lm32: fix testsuite compile problems
One test fails to compile with a gcc ICE, so disable it for now.
-----------------------------------------------------------------------
Summary of changes:
libc/sysdeps/linux/lm32/Makefile.arch | 4 ++--
test/regex/Makefile.in | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/libc/sysdeps/linux/lm32/Makefile.arch
b/libc/sysdeps/linux/lm32/Makefile.arch
index eed9e7b..1442a40 100644
--- a/libc/sysdeps/linux/lm32/Makefile.arch
+++ b/libc/sysdeps/linux/lm32/Makefile.arch
@@ -5,5 +5,5 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-CSRC :=
-SSRC := clone.S setjmp.S __longjmp.S vfork.S
+CSRC-y :=
+SSRC-y := clone.S setjmp.S __longjmp.S vfork.S
diff --git a/test/regex/Makefile.in b/test/regex/Makefile.in
index 1573840..ef1e303 100644
--- a/test/regex/Makefile.in
+++ b/test/regex/Makefile.in
@@ -1 +1,6 @@
+# triggers gcc ICE with gcc 5.3.0
+ifeq ($(TARGET_lm32),y)
+TESTS_DISABLED := testregex
+endif
+
CFLAGS_tst-regex2 = -fPIC
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date