Browse Source

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.
Waldemar Brodkorb 8 years ago
parent
commit
4a05ed87ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/features.h

+ 1 - 1
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) \