From 7bab0cf9ed677fd69e48ba79b2defd4e643a7f82 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 25 May 2024 00:37:26 +0100 Subject: trees: also use UPDATED_SUBMODULES=1 on crossgcc i overlooked this in the previous revision Signed-off-by: Leah Rowe --- script/trees | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'script') 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 } -- cgit v1.2.1