Changeset - r6046:6e86675c29cb
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-02-17 13:29:11
truelight@openttd.org
(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)