diff options
-rwxr-xr-x | script/trees | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/trees b/script/trees index b01a6c39..efb6874a 100755 --- a/script/trees +++ b/script/trees @@ -170,7 +170,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 } |