changeset 6046:a0d410fca2dd draft

(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
author truelight <truelight@openttd.org>
date Sat, 17 Feb 2007 13:29:11 +0000
parents 5b541e0c8c93
children 5a275eda5f1e
files config.lib
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -602,6 +602,7 @@
 			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"