[Scummvm-cvs-logs] scummvm master -> 19eea946ecc230d8a782d72a0ce70f36e5ae1b08

digitall dgturner at iee.org
Fri Nov 16 11:20:18 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:
19eea946ec CONFIGURE: Use correct prefixed binaries for AmigaOS cross-compile.


Commit: 19eea946ecc230d8a782d72a0ce70f36e5ae1b08
    https://github.com/scummvm/scummvm/commit/19eea946ecc230d8a782d72a0ce70f36e5ae1b08
Author: D G Turner (digitall at scummvm.org)
Date: 2012-11-16T02:18:02-08:00

Commit Message:
CONFIGURE: Use correct prefixed binaries for AmigaOS cross-compile.

Changed paths:
    configure



diff --git a/configure b/configure
index e17055c..f2d45c1 100755
--- a/configure
+++ b/configure
@@ -2543,6 +2543,13 @@ if test -n "$_host"; then
 			# Only static builds link successfully on buildbot
 			LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
 			LDFLAGS="$LDFLAGS -static"
+
+			# toolchain binaries prefixed by host
+			_ranlib=$_host-ranlib
+			_strip=$_host-strip
+			_ar="$_host-ar cru"
+			_as="$_host-as"
+			_windres=$_host-windres
 			;;
 		ps2)
 			DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE"






More information about the Scummvm-git-logs mailing list