[Scummvm-cvs-logs] SF.net SVN: scummvm:[51657] scummvm/trunk/configure

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Mon Aug 2 22:38:06 CEST 2010


Revision: 51657
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51657&view=rev
Author:   Hkz
Date:     2010-08-02 20:38:06 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
CONFIGURE: cleanup of N64 port sections

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-08-02 20:28:14 UTC (rev 51656)
+++ scummvm/trunk/configure	2010-08-02 20:38:06 UTC (rev 51657)
@@ -1661,10 +1661,10 @@
 			_port_mk="backends/platform/linuxmoto/linuxmoto.mk"
 			;;
 		n64)
-			CXXFLAGS="$CXXFLAGS -mno-extern-sdata -O2 --param max-inline-insns-auto=20 -fomit-frame-pointer"
-			CXXFLAGS="$CXXFLAGS -march=vr4300 -mtune=vr4300 -mhard-float -fno-rtti -fno-exceptions -Wno-multichar -Wshadow"
-			LDFLAGS="-march=vr4300 -mtune=vr4300 -nodefaultlibs -nostartfiles -mno-crt0"
-			LDFLAGS="$LDFLAGS -L/opt/mips64-toolchain/hkz-libn64 -L/opt/mips64-toolchain/lib"
+			CXXFLAGS="$CXXFLAGS -mno-extern-sdata --param max-inline-insns-auto=20 -fomit-frame-pointer"
+			CXXFLAGS="$CXXFLAGS -march=vr4300 -mtune=vr4300 -mhard-float"
+			LDFLAGS="$LDFLAGS -march=vr4300 -mtune=vr4300 -nodefaultlibs -nostartfiles -mno-crt0"
+			LDFLAGS="$LDFLAGS -L$N64SDK/hkz-libn64 -L$N64SDK/lib"
 			LDFLAGS="$LDFLAGS -T n64ld_cpp.x -Xlinker -Map -Xlinker scummvm.map"
 			_ar="$_host_alias-ar cru"
 			_ranlib="$_host_alias-ranlib"
@@ -2540,9 +2540,9 @@
 		DEFINES="$DEFINES -DSDL_BACKEND -DLINUXMOTO"
 		;;
 	n64)
-		INCLUDES="$INCLUDES "'-I/opt/mips64-toolchain/include'
-		INCLUDES="$INCLUDES "'-I/opt/mips64-toolchain/mips64/include'
-		INCLUDES="$INCLUDES "'-I/opt/mips64-toolchain/hkz-libn64'
+		INCLUDES="$INCLUDES "'-I$(N64SDK)/include'
+		INCLUDES="$INCLUDES "'-I$(N64SDK)/mips64/include'
+		INCLUDES="$INCLUDES "'-I$(N64SDK)/hkz-libn64'
 		INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/n64'
 		LIBS="$LIBS -lpakfs -lframfs -ln64 -ln64utils -lromfs -lm -lstdc++ -lc -lgcc -lz -lnosys"
 		;;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list