mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
trees: also use UPDATED_SUBMODULES=1 on crossgcc
i overlooked this in the previous revision Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -170,7 +170,8 @@ check_cross_compiler()
|
|||||||
[ -n "${xlang}" ] && export BUILD_LANGUAGES="$xlang"
|
[ -n "${xlang}" ] && export BUILD_LANGUAGES="$xlang"
|
||||||
|
|
||||||
[ -d "${cbdir}/util/crossgcc/xgcc/${_xarch}/" ] && continue
|
[ -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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user