svn commit: trunk/busybox/applets
vda at busybox.net
vda at busybox.net
Sun Oct 22 17:42:24 PDT 2006
Author: vda
Date: 2006-10-22 17:42:24 -0700 (Sun, 22 Oct 2006)
New Revision: 16423
Log:
__GLIBC__ -> defined(__GLIBC__)
Modified:
trunk/busybox/applets/applets.c
Changeset:
Modified: trunk/busybox/applets/applets.c
===================================================================
--- trunk/busybox/applets/applets.c 2006-10-22 11:42:51 UTC (rev 16422)
+++ trunk/busybox/applets/applets.c 2006-10-23 00:42:24 UTC (rev 16423)
@@ -17,7 +17,7 @@
#include <string.h>
#include <assert.h>
-#if ENABLE_STATIC && __GLIBC__
+#if ENABLE_STATIC && defined(__GLIBC__)
#warning Static linking against glibc produces buggy executables
#warning (glibc doesn't cope well with ld --gc-sections).
#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400
More information about the busybox-cvs
mailing list