mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-02 12:31:13 +00:00
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:
parent
99ffbf9bdb
commit
42f142415f
1 changed files with 4 additions and 0 deletions
|
@ -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}" \
|
||||
"${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue