diff options
author | truelight <truelight@openttd.org> | 2007-02-17 13:29:11 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-02-17 13:29:11 +0000 |
commit | d71a8f6ac48effc690314bb22c4a6108cebbbf92 (patch) | |
tree | 9acdfc0f71055a2cb1fdd542d6165159d9705aba | |
parent | e5a8ad070e4770adea4773c5596a6438243bb5af (diff) | |
download | openttd-d71a8f6ac48effc690314bb22c4a6108cebbbf92.tar.xz |
(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
-rw-r--r-- | config.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib index 51c4741f4..5a18f27ee 100644 --- a/config.lib +++ b/config.lib @@ -602,6 +602,7 @@ make_cflags_and_ldflags() { if [ "$os" = "MORPHOS" ]; then CFLAGS="$CFLAGS -I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations" CFLAGS="$CFLAGS -mcpu=604 -fno-inline -mstring -mmultiple" + LDFLAGS="$LDFLAGS -noixemul" fi CFLAGS="$CFLAGS -O2 -fomit-frame-pointer" |