CONFIGURE: Fix for latest gcw0 toolchain
This commit is contained in:
parent
cadc46409f
commit
76a27626bd
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -2697,6 +2697,8 @@ if test -n "$_host"; then
|
|||
add_line_to_config_h "#define USE_WII_DI"
|
||||
;;
|
||||
gcw0)
|
||||
_sysroot=`$CXX --print-sysroot`
|
||||
_sdlpath=$_sysroot/usr/bin
|
||||
append_var DEFINES "-DDINGUX -DGCW0"
|
||||
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
|
||||
append_var CXXFLAGS "-mips32"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue