From: Denis Vlasenko Date: Fri, 18 May 2007 07:37:06 +0000 (-0000) Subject: make "static linking against glibc" an #error, not #warning X-Git-Tag: 1_6_0~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4500c58a0766b9cc86dd8ddd25094593a8977197;p=oweals%2Fbusybox.git make "static linking against glibc" an #error, not #warning --- 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