CONFIGURE: Fix for latest gcw0 toolchain

This commit is contained in:
Eugene Sandulenko 2016-02-24 18:48:38 +01:00
parent cadc46409f
commit 76a27626bd

2
configure vendored
View file

@ -2697,6 +2697,8 @@ if test -n "$_host"; then
add_line_to_config_h "#define USE_WII_DI" add_line_to_config_h "#define USE_WII_DI"
;; ;;
gcw0) gcw0)
_sysroot=`$CXX --print-sysroot`
_sdlpath=$_sysroot/usr/bin
append_var DEFINES "-DDINGUX -DGCW0" append_var DEFINES "-DDINGUX -DGCW0"
append_var DEFINES "-DREDUCE_MEMORY_USAGE" append_var DEFINES "-DREDUCE_MEMORY_USAGE"
append_var CXXFLAGS "-mips32" append_var CXXFLAGS "-mips32"