__GLIBC__ -> defined(__GLIBC__)
This commit is contained in:
parent
2295b49169
commit
7c4503d223
@ -17,7 +17,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#if ENABLE_STATIC && __GLIBC__
|
#if ENABLE_STATIC && defined(__GLIBC__)
|
||||||
#warning Static linking against glibc produces buggy executables
|
#warning Static linking against glibc produces buggy executables
|
||||||
#warning (glibc doesn't cope well with ld --gc-sections).
|
#warning (glibc doesn't cope well with ld --gc-sections).
|
||||||
#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400
|
#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400
|
||||||
|
Loading…
x
Reference in New Issue
Block a user