OSDN Git Service

Revert "glibc compat: bump glibc minor version"
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Thu, 17 Dec 2015 20:07:07 +0000 (21:07 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 26 Dec 2015 19:23:27 +0000 (20:23 +0100)
This reverts commit 4a05ed87ceb946608100642121c32e642b58cd0d.

This breaks SSP detection for gcc, which might be problematic
for some projects. Revert it after some discussion with
buildroot and openembedded people.

include/features.h

index f6fbbf4..dcf1348 100644 (file)
@@ -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__ 10
+#define        __GLIBC_MINOR__ 2
 #endif
 
 #define __GLIBC_PREREQ(maj, min) \