[Scummvm-cvs-logs] scummvm master -> 68693f996dc9b66ecbdfda9c38e07765ba0a70df

digitall dgturner at iee.org
Tue Dec 9 11:49:29 CET 2014


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:
68693f996d CONFIGURE: Add likely fix for AmigaOS4 linker relocation build failure.


Commit: 68693f996dc9b66ecbdfda9c38e07765ba0a70df
    https://github.com/scummvm/scummvm/commit/68693f996dc9b66ecbdfda9c38e07765ba0a70df
Author: D G Turner (digitall at scummvm.org)
Date: 2014-12-09T10:51:00Z

Commit Message:
CONFIGURE: Add likely fix for AmigaOS4 linker relocation build failure.

Changed paths:
    configure



diff --git a/configure b/configure
index ebca832..eba1ebc 100755
--- a/configure
+++ b/configure
@@ -2763,6 +2763,9 @@ if test -n "$_host"; then
 			_port_mk="backends/platform/openpandora/op-bundle.mk"
 			;;
 		ppc-amigaos)
+			# PPC Linker requires this to fix relocation errors
+			CXXFLAGS="$CXXFLAGS -mlongcall"
+
 			# Only static builds link successfully on buildbot
 			LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
 			LDFLAGS="$LDFLAGS -static"






More information about the Scummvm-git-logs mailing list