aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 23f9e4f92..f8abb2767 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -13,8 +13,6 @@
13 */ 13 */
14 14
15#include "busybox.h" 15#include "busybox.h"
16#include <unistd.h>
17#include <string.h>
18#include <assert.h> 16#include <assert.h>
19 17
20/* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */ 18/* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */
@@ -22,7 +20,9 @@
22#warning Static linking against glibc produces buggy executables 20#warning Static linking against glibc produces buggy executables
23#warning (glibc does not cope well with ld --gc-sections). 21#warning (glibc does not cope well with ld --gc-sections).
24#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400 22#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
25#warning Note that glibc is utterly unsuitable for static linking anyway. 23#warning Note that glibc is unsuitable for static linking anyway.
24#warning If you still want to do it, remove -Wl,--gc-sections
25#warning from top-level Makefile and remove this warning.
26#endif 26#endif
27 27
28#if ENABLE_SHOW_USAGE && !ENABLE_FEATURE_COMPRESS_USAGE 28#if ENABLE_SHOW_USAGE && !ENABLE_FEATURE_COMPRESS_USAGE