aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-05 19:31:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-05 19:31:01 +0000
commit15c38856880642527c3c2564b6d806233b252728 (patch)
tree5b801f7bdcbf3a65d067b5681168e8d8ea743364
parent9fcd799b98c3db7c281b68e587a1932f47e8807d (diff)
downloadbusybox-w32-15c38856880642527c3c2564b6d806233b252728.tar.gz
busybox-w32-15c38856880642527c3c2564b6d806233b252728.tar.bz2
busybox-w32-15c38856880642527c3c2564b6d806233b252728.zip
fix incorrect text of link-time error message. No code changes
-rw-r--r--applets/applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 1950cf34e..636b5c91e 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -17,7 +17,7 @@
17#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400 17#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
18#warning Note that glibc is unsuitable for static linking anyway. 18#warning Note that glibc is unsuitable for static linking anyway.
19#warning If you still want to do it, remove -Wl,--gc-sections 19#warning If you still want to do it, remove -Wl,--gc-sections
20#warning from top-level Makefile and remove this warning. 20#warning from scripts/trylink and remove this warning.
21#error Aborting compilation. 21#error Aborting compilation.
22#endif 22#endif
23 23