From 93835f6876d50899159aff1eb3719779f580af98 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Thu, 2 May 2013 22:40:09 +0200 Subject: [jenkins] - use i686 toolchain for 32bit linux builds by default --- tools/buildsteps/linux32/configure-depends | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildsteps/linux32/configure-depends b/tools/buildsteps/linux32/configure-depends index 757951be87..4f34c32e7b 100755 --- a/tools/buildsteps/linux32/configure-depends +++ b/tools/buildsteps/linux32/configure-depends @@ -5,5 +5,5 @@ XBMC_PLATFORM_DIR=linux32 if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] then cd $WORKSPACE/tools/depends;./configure \ - --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=i386-linux-gnu + --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=i686-linux-gnu fi -- cgit v1.2.3