scripts: Use coreboot mirror for building toolchain

The NASM website has been offline for days. Use the coreboot mirror to
fix building the toolchain.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-04-22 09:51:18 -06:00 committed by Jeremy Soller
parent 99ffbf9bdb
commit 42f142415f

View file

@ -61,8 +61,12 @@ else
exit 1
fi
BUILDGCC_OPTIONS+="--mirror"
export BUILDGCC_OPTIONS
make -C coreboot \
crossgcc-x64 \
crossgcc-i386 \
CPUS="$(nproc)" \
BUILDGCC_OPTIONS="${BUILDGCC_OPTIONS}" \
"${@}"