mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-04 07:17:40 +01:00
89517ed6b9
this is forked from the "libre" branch in osboot, which is itself a libre, deblobbed fork of osboot, a blobbed up fork of libreboot libreboot needed to be purged clean. this is the new libreboot development repository. the old one has been abandoned
48 lines
1.7 KiB
Diff
48 lines
1.7 KiB
Diff
From b1533d4dca6b9c88f9e0418d5a93dd9a3c4cd7f3 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Georgi <pgeorgi@google.com>
|
|
Date: Mon, 10 May 2021 23:35:51 +0200
|
|
Subject: [PATCH 10/17] util/crossgcc: Update mpc to 1.2.1
|
|
|
|
Change-Id: Ic1422464d0a95c9cba1c417aaa05e4f1fe799d26
|
|
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
|
|
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54048
|
|
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
|
|
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
|
|
---
|
|
util/crossgcc/buildgcc | 2 +-
|
|
util/crossgcc/sum/mpc-1.2.0.tar.gz.cksum | 1 -
|
|
util/crossgcc/sum/mpc-1.2.1.tar.gz.cksum | 1 +
|
|
3 files changed, 2 insertions(+), 2 deletions(-)
|
|
delete mode 100644 util/crossgcc/sum/mpc-1.2.0.tar.gz.cksum
|
|
create mode 100644 util/crossgcc/sum/mpc-1.2.1.tar.gz.cksum
|
|
|
|
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
|
|
index d8f25dbbb8..abe602c821 100755
|
|
--- a/util/crossgcc/buildgcc
|
|
+++ b/util/crossgcc/buildgcc
|
|
@@ -34,7 +34,7 @@ THREADS=1
|
|
# GCC toolchain version numbers
|
|
GMP_VERSION=6.2.1
|
|
MPFR_VERSION=4.1.0
|
|
-MPC_VERSION=1.2.0
|
|
+MPC_VERSION=1.2.1
|
|
GCC_VERSION=8.3.0
|
|
GCC_AUTOCONF_VERSION=2.69
|
|
BINUTILS_VERSION=2.35.1
|
|
diff --git a/util/crossgcc/sum/mpc-1.2.0.tar.gz.cksum b/util/crossgcc/sum/mpc-1.2.0.tar.gz.cksum
|
|
deleted file mode 100644
|
|
index ed98cc0298..0000000000
|
|
--- a/util/crossgcc/sum/mpc-1.2.0.tar.gz.cksum
|
|
+++ /dev/null
|
|
@@ -1 +0,0 @@
|
|
-0abdc94acab0c9bfdaa391347cdfd7bbdb1cf017 tarballs/mpc-1.2.0.tar.gz
|
|
diff --git a/util/crossgcc/sum/mpc-1.2.1.tar.gz.cksum b/util/crossgcc/sum/mpc-1.2.1.tar.gz.cksum
|
|
new file mode 100644
|
|
index 0000000000..84254eb5af
|
|
--- /dev/null
|
|
+++ b/util/crossgcc/sum/mpc-1.2.1.tar.gz.cksum
|
|
@@ -0,0 +1 @@
|
|
+2a4919abf445c6eda4e120cd669b8733ce337227 tarballs/mpc-1.2.1.tar.gz
|
|
--
|
|
2.25.1
|
|
|