[Scummvm-cvs-logs] SF.net SVN: scummvm: [25072] scummvm/trunk/configure
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Jan 13 14:55:31 CET 2007
Revision: 25072
http://scummvm.svn.sourceforge.net/scummvm/?rev=25072&view=rev
Author: fingolfin
Date: 2007-01-13 05:55:30 -0800 (Sat, 13 Jan 2007)
Log Message:
-----------
Patch #1610370: Configure patch for cross compiling Atari Version
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2007-01-13 10:24:26 UTC (rev 25071)
+++ scummvm/trunk/configure 2007-01-13 13:55:30 UTC (rev 25072)
@@ -737,6 +737,18 @@
CXXFLAGS="$CFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
LDFLAGS="$LDFLAGS -mcrt=newlib"
;;
+ m68k-atari-mint)
+ echo "Cross-compiling to $_host, forcing endianness,
+alignment and type sizes"
+ DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+ _def_endianness='#define SCUMM_BIG_ENDIAN'
+ _def_align='#define SCUMM_NEED_ALIGNMENT'
+ type_1_byte='char'
+ type_2_byte='short'
+ type_4_byte='long'
+ _ranlib=m68k-atari-mint-ranlib
+ _ar=m68k-atari-mint-ar
+ ;;
*)
echo "Cross-compiling to unknown target $_host, please add your target to configure."
exit 1
@@ -779,8 +791,7 @@
DEFINES="$DEFINES -DUNIX"
;;
mint*)
- DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
- CXXFLAGS="$CXXFLAGS -m68020-60 -fomit-frame-pointer"
+ DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
;;
# given this is a shell script assume some type of unix
*)
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