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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jan 18 22:36:48 CET 2007


Revision: 25118
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25118&view=rev
Author:   fingolfin
Date:     2007-01-18 13:36:44 -0800 (Thu, 18 Jan 2007)

Log Message:
-----------
Patch #1596959 (SH and MIPS need memalign too)

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2007-01-18 21:25:02 UTC (rev 25117)
+++ scummvm/trunk/configure	2007-01-18 21:36:44 UTC (rev 25118)
@@ -872,6 +872,18 @@
 			# Hardcode alignment requirements for Alpha processsors
 			_need_memalign=yes
 			;;
+		sh*)
+			# Hardcode alignment requirements for SH processsors.
+			# While these can emulate unaligned memory access, this
+			# emulation is rather slow.
+			_need_memalign=yes
+			;;
+		mips*)
+			# Hardcode alignment requirements for MIPS processsors.
+			# While these can emulate unaligned memory access, this
+			# emulation is rather slow.
+			_need_memalign=yes
+			;;
 		*)
 			# Try to auto-detect....
 			cat > $TMPC << EOF


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