svn commit: trunk/busybox/applets

vda at busybox.net vda at busybox.net
Fri May 18 00:37:07 PDT 2007


Author: vda
Date: 2007-05-18 00:37:06 -0700 (Fri, 18 May 2007)
New Revision: 18648

Log:
make "static linking against glibc" an #error, not #warning


Modified:
   trunk/busybox/applets/applets.c


Changeset:
Modified: trunk/busybox/applets/applets.c
===================================================================
--- trunk/busybox/applets/applets.c	2007-05-18 07:30:43 UTC (rev 18647)
+++ trunk/busybox/applets/applets.c	2007-05-18 07:37:06 UTC (rev 18648)
@@ -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
 
 



More information about the busybox-cvs mailing list