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:
d9b5ab8
)
make "static linking against glibc" an #error, not #warning
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 18 May 2007 07:37:06 +0000
(07:37 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 18 May 2007 07:37:06 +0000
(07:37 -0000)
applets/applets.c
patch
|
blob
|
history
diff --git
a/applets/applets.c
b/applets/applets.c
index 307c8b3492a260b33d0febe88a9fadf48c01f0fb..e905ebec4769477f9df59b48e704bde8d63fd4e7 100644
(file)
--- 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