From d918a503eedf79aaef9e8fd3b6646c437cb6a81e Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 25 Jan 2014 09:49:57 +0000 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index be614883da..a2022c113a 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 -- cgit v1.2.3