From 4a05ed87ceb946608100642121c32e642b58cd0d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 10 Aug 2015 21:41:27 +0200 Subject: 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. --- include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/features.h b/include/features.h index dcf1348d8..f6fbbf49d 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) \ -- cgit v1.2.3