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

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Mar 22 18:48:43 CET 2009


Revision: 39611
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39611&view=rev
Author:   dhewg
Date:     2009-03-22 17:48:42 +0000 (Sun, 22 Mar 2009)

Log Message:
-----------
Fix compilation of the iPhone port.

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-03-22 16:46:45 UTC (rev 39610)
+++ scummvm/trunk/configure	2009-03-22 17:48:42 UTC (rev 39611)
@@ -539,7 +539,8 @@
                          special targets: linupy for Yopy PDA
                                           dreamcast for Sega Dreamcast
                                           wii for Nintendo Wii
-                                          gamecube for Nintendo GameCube
+                                          gamecube for Nintendo Gamecube
+                                          iphone for Apple iPhone
 
 Optional Features:
   --disable-debug          disable building with debugging symbols
@@ -764,6 +765,7 @@
 iphone)
 	_host_os=iphone
 	_host_cpu=arm
+	_host_alias=arm-apple-darwin9
 	;;
 neuros)
 	_host_os=linux
@@ -1213,6 +1215,9 @@
 			add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'
 			_backend="iphone"
 			_build_hq_scalers="no"
+			_ar="$_host_alias-ar cru"
+			_ranlib=$_host_alias-ranlib
+			_strip=$_host_alias-strip
 			;;
 		dreamcast)
 			echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"


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