]> git.tuebingen.mpg.de Git - paraslash.git/commit
Makefile.in: Avoid gcc warnings on non-linux systems.
authorAndre Noll <maan@systemlinux.org>
Tue, 11 Dec 2007 16:48:11 +0000 (17:48 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 11 Dec 2007 16:48:11 +0000 (17:48 +0100)
commitd2765e8ef91706453cdc6ed3fde89baf56ac718a
tree92568538be9007f56e5bfe5497cb8b9d5b49225c
parent02f5def4490f7e12987b0cf77989d42045627df5
Makefile.in: Avoid gcc warnings on non-linux systems.

-fdata-sections, -ffunction-sections, -Wl,--gc-sections, -Wstrict-prototypes
and -Wshadow produce quite a lot of warnings on at least NetBSD and MacOS. So
use these flags only on Linux.
Makefile.in