aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-24 18:48:38 +0100
committerEugene Sandulenko2016-02-24 18:54:03 +0100
commit76a27626bda983671aa91c2577b603e1f2957662 (patch)
treeaeaccc0497f05981a3355085cbca49a0f9776a24
parentcadc46409f05ebfe8f89b1ec42cbe8e190d65110 (diff)
downloadscummvm-rg350-76a27626bda983671aa91c2577b603e1f2957662.tar.gz
scummvm-rg350-76a27626bda983671aa91c2577b603e1f2957662.tar.bz2
scummvm-rg350-76a27626bda983671aa91c2577b603e1f2957662.zip
CONFIGURE: Fix for latest gcw0 toolchain
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 222d76fb95..6bc0e857aa 100755
--- a/configure
+++ b/configure
@@ -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"