From 76a27626bda983671aa91c2577b603e1f2957662 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 24 Feb 2016 18:48:38 +0100 Subject: CONFIGURE: Fix for latest gcw0 toolchain --- configure | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3