diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-18 07:37:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-18 07:37:06 +0000 |
commit | 4500c58a0766b9cc86dd8ddd25094593a8977197 (patch) | |
tree | 62e34a6a5054c54049b33126aa72c86c232876d4 /applets/applets.c | |
parent | d9b5ab868c284fdb38806867ff4faddd6f29eb36 (diff) |
make "static linking against glibc" an #error, not #warning
Diffstat (limited to 'applets/applets.c')
-rw-r--r-- | applets/applets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/applets.c b/applets/applets.c index 307c8b349..e905ebec4 100644 --- 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 |