[Scummvm-cvs-logs] scummvm master -> d918a503eedf79aaef9e8fd3b6646c437cb6a81e

digitall dgturner at iee.org
Sat Jan 25 10:48:30 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:
d918a503ee WII: Fix Gamecube build. Compiler prefix change for r26 SDK missed.


Commit: d918a503eedf79aaef9e8fd3b6646c437cb6a81e
    https://github.com/scummvm/scummvm/commit/d918a503eedf79aaef9e8fd3b6646c437cb6a81e
Author: D G Turner (digitall at scummvm.org)
Date: 2014-01-25T01:49:57-08:00

Commit Message:
WII: Fix Gamecube build. Compiler prefix change for r26 SDK missed.

The previous update to the Wii configure sections including changing
the compiler prefix missed changing the Gamecube section.

Changed paths:
    configure



diff --git a/configure b/configure
index be61488..a2022c1 100755
--- a/configure
+++ b/configure
@@ -1305,7 +1305,7 @@ ds)
 gamecube)
 	_host_os=gamecube
 	_host_cpu=ppc
-	_host_alias=powerpc-gekko
+	_host_alias=powerpc-eabi
 	;;
 gp2x)
 	_host_os=gph-linux






More information about the Scummvm-git-logs mailing list