projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41be5b8
)
"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 29 Oct 2006 19:37:13 +0000
(19:37 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 29 Oct 2006 19:37:13 +0000
(19:37 -0000)
applets/applets.c
patch
|
blob
|
history
diff --git
a/applets/applets.c
b/applets/applets.c
index 151d3a190524c0954ffdbb3ebe00e4bbf01131e4..bbde4b7212bb3cb0bed5cb11108a6b7d9caf7104 100644
(file)
--- a/
applets/applets.c
+++ b/
applets/applets.c
@@
-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).
-#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