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

This commit is contained in:
Denis Vlasenko 2007-05-18 07:37:06 +00:00
parent d9b5ab868c
commit 4500c58a07

View File

@ -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