[ scummvm-Patches-3246518 ] AMIGAOS4: Configure update

SourceForge.net noreply at sourceforge.net
Sat Mar 26 09:09:49 CET 2011


Patches item #3246518, was opened at 2011-03-26 09:09
Message generated for change (Tracker Item Submitted) made by raziel_
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3246518&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hubert Maier (raziel_)
Assigned to: Nobody/Anonymous (nobody)
Summary: AMIGAOS4: Configure update

Initial Comment:
Sorry for yet another configure change, i haven't got the time to test it until now

We drop -mcpu=750 -mtune=7400 as this was done on the very first port to the PPC base AmigaOS4.
Since then the platform has been widened when it comes to hardware and lots more cpu types are supported, thus we lose that specific parameters.
Tested on a non-750, non-7400 cpu and working

Also dropping the strict align of memory as since this was used a new memory sub system has been introduced which makes use of an explicit alignment obsolete (or so i think).
Tested on different platforms and working with no drawbacks so far

Index: configure
===================================================================
--- configure	(revision cc074b0)
+++ configure	(working copy)
@@ -1492,7 +1492,7 @@
case $_host_os in
amigaos*)
-		CXXFLAGS="$CXXFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
+		CXXFLAGS="$CXXFLAGS -mcrt=newlib"
		LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -L/sdk/local/newlib/lib"
# We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32
# as (unsigned) long, and consequently we'd get a compiler error otherwise.
type_4_byte='long'

Sorry for yet another SVN diff/Git mixup...still no git here :-)

Thanks a lot

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3246518&group_id=37116




More information about the Scummvm-tracker mailing list