trees: also use UPDATED_SUBMODULES=1 on crossgcc

i overlooked this in the previous revision

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-25 00:37:26 +01:00 committed by Leah Rowe
parent 698548ac59
commit b09261a901
1 changed files with 2 additions and 1 deletions

View File

@ -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
}