aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c
index d8bb13303..23f9e4f92 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -20,7 +20,7 @@
20/* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */ 20/* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */
21#if ENABLE_STATIC && defined(__GLIBC__) && !defined(__UCLIBC__) 21#if ENABLE_STATIC && defined(__GLIBC__) && !defined(__UCLIBC__)
22#warning Static linking against glibc produces buggy executables 22#warning Static linking against glibc produces buggy executables
23#warning (glibc doesn't cope well with ld --gc-sections). 23#warning (glibc does not cope well with ld --gc-sections).
24#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400 24#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
25#warning Note that glibc is utterly unsuitable for static linking anyway. 25#warning Note that glibc is utterly unsuitable for static linking anyway.
26#endif 26#endif