aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD G Turner2012-11-14 20:43:27 +0000
committerD G Turner2012-11-14 20:43:27 +0000
commite6a4bd8055ebf7ad17c5365602b54af41eb914e7 (patch)
treed3195ea737bd9755663a0b1e463a361fac012aa7
parent6a1fa88b56b9f94cfefcae189dec5263493c4c74 (diff)
downloadscummvm-rg350-e6a4bd8055ebf7ad17c5365602b54af41eb914e7.tar.gz
scummvm-rg350-e6a4bd8055ebf7ad17c5365602b54af41eb914e7.tar.bz2
scummvm-rg350-e6a4bd8055ebf7ad17c5365602b54af41eb914e7.zip
CONFIGURE: Force static build when crosscompiling for AmigaOS.
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 336c79e332..e17055c119 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"