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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Wed Oct 13 14:45:14 CEST 2010


Revision: 53414
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53414&view=rev
Author:   joostp
Date:     2010-10-13 12:45:14 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
CONFIGURE: Use static libgcc on IRIX cross-compile builds (makes them work on vanilla IRIX systems).

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-10-13 11:42:17 UTC (rev 53413)
+++ scummvm/trunk/configure	2010-10-13 12:45:14 UTC (rev 53414)
@@ -1788,6 +1788,8 @@
 			_ranlib=$_host-ranlib
 			;;
 		mips-sgi*)
+			LDFLAGS="$LDFLAGS -static-libgcc"
+			LIBS="$LIBS -laudio"
 			_endian=big
 			_need_memalign=yes
 			;;


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