소스 검색

Revert "glibc compat: bump glibc minor version"

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.
Waldemar Brodkorb 10 년 전
부모
커밋
836c1a7baa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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__	10
+#define	__GLIBC_MINOR__	2
 #endif
 
 #define __GLIBC_PREREQ(maj, min) \