[coreboot-gerrit] Patch set updated for coreboot: buildgcc: Use smaller xz archives

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Apr 22 04:31:35 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14462

-gerrit

commit e561e9275535a848d276fa6cf41590d20305e687
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Apr 21 18:16:30 2016 -0700

    buildgcc: Use smaller xz archives
    
    The xz archives are slightly smaller than the bz2 archives for gmp
    and mpfr, so use them instead to speed up the download.
    
    Change-Id: I3729455cdbc46e5a0cff119ecca97b0e00c3d402
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/crossgcc/buildgcc                     | 4 ++--
 util/crossgcc/sum/gmp-6.1.0.tar.bz2.cksum  | 1 -
 util/crossgcc/sum/gmp-6.1.0.tar.xz.cksum   | 1 +
 util/crossgcc/sum/mpfr-3.1.4.tar.bz2.cksum | 1 -
 util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum  | 1 +
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 487dd2c..088c904 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -51,8 +51,8 @@ MAKE_VERSION=4.1
 # These are sanitized by the jenkins toolchain test builder, so if
 # a completely new URL is added here, it probably needs to be added
 # to the jenkins build as well, or the builder won't download it.
-GMP_ARCHIVE="http://ftpmirror.gnu.org/gmp/gmp-${GMP_VERSION}.tar.bz2"
-MPFR_ARCHIVE="http://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.bz2"
+GMP_ARCHIVE="http://ftpmirror.gnu.org/gmp/gmp-${GMP_VERSION}.tar.xz"
+MPFR_ARCHIVE="http://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz"
 MPC_ARCHIVE="http://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz"
 LIBELF_ARCHIVE="http://www.mr511.de/software/libelf-${LIBELF_VERSION}.tar.gz"
 GCC_ARCHIVE="http://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.bz2"
diff --git a/util/crossgcc/sum/gmp-6.1.0.tar.bz2.cksum b/util/crossgcc/sum/gmp-6.1.0.tar.bz2.cksum
deleted file mode 100644
index 06db257..0000000
--- a/util/crossgcc/sum/gmp-6.1.0.tar.bz2.cksum
+++ /dev/null
@@ -1 +0,0 @@
-db38c7b67f8eea9f2e5b8a48d219165b2fdab11f  tarballs/gmp-6.1.0.tar.bz2
diff --git a/util/crossgcc/sum/gmp-6.1.0.tar.xz.cksum b/util/crossgcc/sum/gmp-6.1.0.tar.xz.cksum
new file mode 100644
index 0000000..348b80f
--- /dev/null
+++ b/util/crossgcc/sum/gmp-6.1.0.tar.xz.cksum
@@ -0,0 +1 @@
+99d691607613e749aa5d7c0c2a89aeab38fec070  tarballs/gmp-6.1.0.tar.xz
diff --git a/util/crossgcc/sum/mpfr-3.1.4.tar.bz2.cksum b/util/crossgcc/sum/mpfr-3.1.4.tar.bz2.cksum
deleted file mode 100644
index b0bdf4a..0000000
--- a/util/crossgcc/sum/mpfr-3.1.4.tar.bz2.cksum
+++ /dev/null
@@ -1 +0,0 @@
-e3b0af77f18505184410d621fe0aae179e229dba  tarballs/mpfr-3.1.4.tar.bz2
diff --git a/util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum b/util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum
new file mode 100644
index 0000000..90f90eb
--- /dev/null
+++ b/util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum
@@ -0,0 +1 @@
+cedc0055d55b6ee4cd17e1e6119ed412520ff81a  tarballs/mpfr-3.1.4.tar.xz



More information about the coreboot-gerrit mailing list