From d9d2102bec67f07c29870aea4cbebe2492bae2c4 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 21 Apr 2016 18:16:30 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/14462 Reviewed-by: Timothy Pearson Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- 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.xz.cksum | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 util/crossgcc/sum/gmp-6.1.0.tar.bz2.cksum create mode 100644 util/crossgcc/sum/gmp-6.1.0.tar.xz.cksum create mode 100644 util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum (limited to 'util/crossgcc/sum') 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 06db257b98..0000000000 --- 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 0000000000..348b80f7af --- /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.xz.cksum b/util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum new file mode 100644 index 0000000000..90f90ebb5d --- /dev/null +++ b/util/crossgcc/sum/mpfr-3.1.4.tar.xz.cksum @@ -0,0 +1 @@ +cedc0055d55b6ee4cd17e1e6119ed412520ff81a tarballs/mpfr-3.1.4.tar.xz -- cgit v1.2.3