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.
This commit is contained in:
D G Turner 2014-01-25 09:49:57 +00:00
parent 50bb717bcc
commit d918a503ee

2
configure vendored
View file

@ -1305,7 +1305,7 @@ ds)
gamecube) gamecube)
_host_os=gamecube _host_os=gamecube
_host_cpu=ppc _host_cpu=ppc
_host_alias=powerpc-gekko _host_alias=powerpc-eabi
;; ;;
gp2x) gp2x)
_host_os=gph-linux _host_os=gph-linux