[Scummvm-cvs-logs] scummvm master -> e6a4bd8055ebf7ad17c5365602b54af41eb914e7
digitall
dgturner at iee.org
Wed Nov 14 21:44:56 CET 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e6a4bd8055 CONFIGURE: Force static build when crosscompiling for AmigaOS.
Commit: e6a4bd8055ebf7ad17c5365602b54af41eb914e7
https://github.com/scummvm/scummvm/commit/e6a4bd8055ebf7ad17c5365602b54af41eb914e7
Author: D G Turner (digitall at scummvm.org)
Date: 2012-11-14T12:43:27-08:00
Commit Message:
CONFIGURE: Force static build when crosscompiling for AmigaOS.
Changed paths:
configure
diff --git a/configure b/configure
index 336c79e..e17055c 100755
--- a/configure
+++ b/configure
@@ -2540,6 +2540,9 @@ if test -n "$_host"; then
_port_mk="backends/platform/openpandora/op-bundle.mk"
;;
ppc-amigaos)
+ # Only static builds link successfully on buildbot
+ LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
+ LDFLAGS="$LDFLAGS -static"
;;
ps2)
DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE"
More information about the Scummvm-git-logs
mailing list