Skip to content

Commit 7b42df9

Browse files
mcinglisjackpot51
authored andcommitted
Remove scripts/coreboot-sdk.h crossgcc mirror sources
This removes the scripts/coreboot-sdk.h crossgcc build forcing the usage of coreboot's source mirrors, with BUILDGCC_OPTIONS='--mirror'. Notably, the coreboot.org source archive mirror URLs have been all serving 403 Forbidden notices for many days, without any external notice apparent. Also beneficially, BUILDGCC_OPTIONS can now be controlled from the parent's side, as any other env var.
1 parent dfc6656 commit 7b42df9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/coreboot-sdk.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,8 @@ else
6161
exit 1
6262
fi
6363

64-
BUILDGCC_OPTIONS+="--mirror"
65-
export BUILDGCC_OPTIONS
66-
6764
make -C coreboot \
6865
crossgcc-x64 \
6966
crossgcc-i386 \
7067
CPUS="$(nproc)" \
71-
BUILDGCC_OPTIONS="${BUILDGCC_OPTIONS}" \
7268
"${@}"

0 commit comments

Comments
 (0)