[Scummvm-cvs-logs] SF.net SVN: scummvm:[39508] scummvm/trunk/configure
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Wed Mar 18 10:42:47 CET 2009
Revision: 39508
http://scummvm.svn.sourceforge.net/scummvm/?rev=39508&view=rev
Author: Kirben
Date: 2009-03-18 09:42:47 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline.
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-03-18 08:09:02 UTC (rev 39507)
+++ scummvm/trunk/configure 2009-03-18 09:42:47 UTC (rev 39508)
@@ -1118,7 +1118,11 @@
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
;;
amigaos*)
- # TODO: anything to be added here?
+ CXXFLAGS="$CFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
+ LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -Lsobjs:"
+ type_1_byte='char'
+ type_2_byte='short'
+ type_4_byte='long'
;;
# 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