summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/trees3
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
}