diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-21 08:50:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-21 08:50:06 +0000 |
commit | 9924ce1cdcb6e4ab9635d6370ff7db6219c56094 (patch) | |
tree | 519c1bd5ff03997c9b11ceb7972da7467e44ea48 /applets | |
parent | 80297d5f0cbe8a3de497804dcbb1a89e6f9c1562 (diff) | |
download | busybox-w32-1_8_3.tar.gz busybox-w32-1_8_3.tar.bz2 busybox-w32-1_8_3.zip |
apply four post-1.8.2 patches; bump to 1.8.31_8_3
Diffstat (limited to '')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index 1950cf34e..11340c4c7 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 file scripts/trylink and remove this warning. |
21 | #error Aborting compilation. | 21 | #error Aborting compilation. |
22 | #endif | 22 | #endif |
23 | 23 | ||