svn commit: trunk/busybox/applets

Bernhard Fischer rep.nop at aon.at
Mon Oct 30 08:52:47 UTC 2006


On Sun, Oct 29, 2006 at 11:37:13AM -0800, vda at busybox.net wrote:
>Author: vda
>Date: 2006-10-29 11:37:13 -0800 (Sun, 29 Oct 2006)
>New Revision: 16472
>
>Log:
>"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
>
>
>Modified:
>   trunk/busybox/applets/applets.c
>
>
>Changeset:
>Modified: trunk/busybox/applets/applets.c
>===================================================================
>--- trunk/busybox/applets/applets.c	2006-10-29 19:34:49 UTC (rev 16471)
>+++ trunk/busybox/applets/applets.c	2006-10-29 19:37:13 UTC (rev 16472)
>@@ -20,7 +20,7 @@
> #if ENABLE_STATIC && defined(__GLIBC__)
> #warning Static linking against glibc produces buggy executables
> #warning (glibc doesn't cope well with ld --gc-sections).

Also, the line above is invalid C.

>-#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400
>+#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
> #warning Note that glibc is utterly unsuitable for static linking anyway.
> #endif



More information about the busybox mailing list