From ef0af15cd779d5f2c9877490db824119baa4260c Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 18 May 2007 07:37:06 +0000 Subject: make "static linking against glibc" an #error, not #warning git-svn-id: svn://busybox.net/trunk/busybox@18648 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- applets/applets.c | 1 + 1 file changed, 1 insertion(+) 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 @@ #warning Note that glibc is unsuitable for static linking anyway. #warning If you still want to do it, remove -Wl,--gc-sections #warning from top-level Makefile and remove this warning. +#error Aborting compilation. #endif -- cgit v1.2.3-55-g6feb