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 4ff3a6c8eb91db71d6dc3d2932b66e848bd20ac3 (commit)
from 364ce357a9d90357cf96c51f5d160854fb11e7d6 (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 4ff3a6c8eb91db71d6dc3d2932b66e848bd20ac3
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Mon Aug 10 21:41:27 2015 +0200
glibc compat: bump glibc minor version
See this discussion:
http://lists.busybox.net/pipermail/buildroot/2015-August/137229.html
Should help to fix compile issues with boost for ARC.
-----------------------------------------------------------------------
Summary of changes:
include/features.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/features.h b/include/features.h
index dcf1348..f6fbbf4 100644
--- a/include/features.h
+++ b/include/features.h
@@ -393,7 +393,7 @@ uClibc was built without large file support enabled.
these macros to test for features in specific releases. */
/* Don't do it, if you want to keep uClibc happy. */
#define __GLIBC__ 2
-#define __GLIBC_MINOR__ 2
+#define __GLIBC_MINOR__ 10
#endif
#define __GLIBC_PREREQ(maj, min) \
hooks/post-receive
--
uClibc-ng - small C library for embedded systems