[Scummvm-cvs-logs] SF.net SVN: scummvm:[51269] scummvm/trunk/configure
sev at users.sourceforge.net
sev at users.sourceforge.net
Sun Jul 25 01:11:24 CEST 2010
Revision: 51269
http://scummvm.svn.sourceforge.net/scummvm/?rev=51269&view=rev
Author: sev
Date: 2010-07-24 23:11:24 +0000 (Sat, 24 Jul 2010)
Log Message:
-----------
AMIGAOS4: Patch #3033938: "Configure change"
AmigaOS4 core devs tell that the special directory "SObjs" (that holds
the shared object files) should only be used by the end user (games,
apps, etc.) but not by projects that are to be build.
This patch fixes it.
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2010-07-24 22:54:56 UTC (rev 51268)
+++ scummvm/trunk/configure 2010-07-24 23:11:24 UTC (rev 51269)
@@ -1344,7 +1344,7 @@
case $_host_os in
amigaos*)
CXXFLAGS="$CXXFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
- LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -Lsobjs:"
+ LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -LSDK:Local/newib/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'
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