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:
parent
50bb717bcc
commit
d918a503ee
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue