mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user