From a0eb79dfd823665bc33171f6d82b0ef8794038c7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 8 Jun 2024 08:30:59 +0100 Subject: add crossgcc tarballs to config/submodules/ support redundant downloads, and enable inclusion of these tarballs inside release archives, for offline builds. Signed-off-by: Leah Rowe --- config/submodule/coreboot/default/gcc-13.2.0.tar.xz/module.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/submodule/coreboot/default/gcc-13.2.0.tar.xz/module.cfg (limited to 'config/submodule/coreboot/default/gcc-13.2.0.tar.xz') diff --git a/config/submodule/coreboot/default/gcc-13.2.0.tar.xz/module.cfg b/config/submodule/coreboot/default/gcc-13.2.0.tar.xz/module.cfg new file mode 100644 index 00000000..dbcc0805 --- /dev/null +++ b/config/submodule/coreboot/default/gcc-13.2.0.tar.xz/module.cfg @@ -0,0 +1,3 @@ +subfile="https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz" +subfile_bkup="https://ftp.nluug.nl/pub/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz" +subhash="d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2" -- cgit v1.2.1