diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-18 07:37:06 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-18 07:37:06 +0000 |
commit | ef0af15cd779d5f2c9877490db824119baa4260c (patch) | |
tree | 62e34a6a5054c54049b33126aa72c86c232876d4 | |
parent | ddbb33cae8173d6481dad6fedaca0925786a2e7a (diff) | |
download | busybox-w32-ef0af15cd779d5f2c9877490db824119baa4260c.tar.gz busybox-w32-ef0af15cd779d5f2c9877490db824119baa4260c.tar.bz2 busybox-w32-ef0af15cd779d5f2c9877490db824119baa4260c.zip |
make "static linking against glibc" an #error, not #warning
git-svn-id: svn://busybox.net/trunk/busybox@18648 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | applets/applets.c | 1 |
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 | ||