aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-18 07:37:06 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-18 07:37:06 +0000
commit4500c58a0766b9cc86dd8ddd25094593a8977197 (patch)
tree62e34a6a5054c54049b33126aa72c86c232876d4
parentd9b5ab868c284fdb38806867ff4faddd6f29eb36 (diff)
downloadbusybox-w32-4500c58a0766b9cc86dd8ddd25094593a8977197.tar.gz
busybox-w32-4500c58a0766b9cc86dd8ddd25094593a8977197.tar.bz2
busybox-w32-4500c58a0766b9cc86dd8ddd25094593a8977197.zip
make "static linking against glibc" an #error, not #warning
-rw-r--r--applets/applets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 307c8b349..e905ebec4 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -23,6 +23,7 @@
23#warning Note that glibc is 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 24#warning If you still want to do it, remove -Wl,--gc-sections
25#warning from top-level Makefile and remove this warning. 25#warning from top-level Makefile and remove this warning.
26#error Aborting compilation.
26#endif 27#endif
27 28
28 29