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 c7d481a3a75a12daf32463298f2c141f0c409578 (commit)
from 348a0fdb26be0ceee1038e699996275233e56b00 (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 c7d481a3a75a12daf32463298f2c141f0c409578
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Mon Jun 8 12:42:47 2015 -0500
disable for sparc/mips, need to analyze later
-----------------------------------------------------------------------
Summary of changes:
test/silly/Makefile.in | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in
index 33f99d3..b2c9dbd 100644
--- a/test/silly/Makefile.in
+++ b/test/silly/Makefile.in
@@ -4,6 +4,16 @@
RET_hello := 42
RET_tiny := 42
+GLIBC_TESTS_DISABLED := tst-atomic_glibc tst-atomic-long_glibc
+
+ifeq ($(TARGET_ARCH),mips)
+TESTS_DISABLED += tst-atomic tst-atomic-long
+endif
+
+ifeq ($(TARGET_ARCH),sparc)
+TESTS_DISABLED += tst-atomic tst-atomic-long
+endif
+
atomic_headers := -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) \
-I$(top_srcdir)libc/sysdeps/linux \
-I$(top_builddir)include
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date