Update coreboot and skip building toolchain if already built
This commit is contained in:
2
coreboot
2
coreboot
Submodule coreboot updated: 747364169f...6512180461
@@ -11,7 +11,10 @@ CONFIG="$(realpath "$1")"
|
|||||||
COREBOOT="$(realpath "$2")"
|
COREBOOT="$(realpath "$2")"
|
||||||
|
|
||||||
pushd coreboot >/dev/null
|
pushd coreboot >/dev/null
|
||||||
make CPUS="$(nproc)" crossgcc-i386
|
if [ ! -d util/crossgcc/xgcc ]
|
||||||
|
then
|
||||||
|
make CPUS="$(nproc)" crossgcc-i386
|
||||||
|
fi
|
||||||
make distclean
|
make distclean
|
||||||
cp -v "${CONFIG}" .config
|
cp -v "${CONFIG}" .config
|
||||||
make --jobs="$(nproc)"
|
make --jobs="$(nproc)"
|
||||||
|
Reference in New Issue
Block a user