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
 
@@ -599,12 +599,13 @@ make_cflags_and_ldflags() {
 
			# these compilerflags makes the app run as fast as possible without making the app unstable. It works on G3 or newer
 
			CFLAGS="$CFLAGS -O3 -funroll-loops -fsched-interblock -falign-loops=16 -falign-jumps=16 -falign-functions=16 -falign-jumps-max-skip=15 -falign-loops-max-skip=15 -mdynamic-no-pic"
 
		else
 
			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"
 
		fi
 
	else
 
		OBJS_SUBDIR="debug"
0 comments (0 inline, 0 general)