diff --git a/script/trees b/script/trees index 75a90a9..4113b45 100755 --- a/script/trees +++ b/script/trees @@ -168,7 +168,8 @@ check_cross_compiler() [ -n "${xlang}" ] && export BUILD_LANGUAGES="$xlang" [ -d "${cbdir}/util/crossgcc/xgcc/${_xarch}/" ] && continue - x_ make -C "$cbdir" crossgcc-${_xarch%-*} CPUS=$threads + x_ make -C "$cbdir" crossgcc-${_xarch%-*} CPUS=$threads \ + UPDATED_SUBMODULES=1 done }