mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
This commit is contained in:
parent
e5a8ad070e
commit
d71a8f6ac4
@ -602,6 +602,7 @@ make_cflags_and_ldflags() {
|
|||||||
if [ "$os" = "MORPHOS" ]; then
|
if [ "$os" = "MORPHOS" ]; then
|
||||||
CFLAGS="$CFLAGS -I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations"
|
CFLAGS="$CFLAGS -I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations"
|
||||||
CFLAGS="$CFLAGS -mcpu=604 -fno-inline -mstring -mmultiple"
|
CFLAGS="$CFLAGS -mcpu=604 -fno-inline -mstring -mmultiple"
|
||||||
|
LDFLAGS="$LDFLAGS -noixemul"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -O2 -fomit-frame-pointer"
|
CFLAGS="$CFLAGS -O2 -fomit-frame-pointer"
|
||||||
|
Loading…
Reference in New Issue
Block a user