"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
This commit is contained in:
parent
41be5b863d
commit
afea46b4e4
@ -20,7 +20,7 @@
|
|||||||
#if ENABLE_STATIC && defined(__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 sources.redhat.com/bugzilla/show_bug.cgi?id=3400
|
||||||
#warning Note that glibc is utterly unsuitable for static linking anyway.
|
#warning Note that glibc is utterly unsuitable for static linking anyway.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user