summaryrefslogtreecommitdiff
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-10 06:00:08 +0100
committerFelix Singer <felixsinger@posteo.net>2023-01-31 13:48:59 +0000
commitd15a9f9b342e5226be67b6d43e68389d871f7f84 (patch)
treefe1b86995af9b2590d81e3478077af0322b41ca3 /util/crossgcc/buildgcc
parent8d50e42a5150fd87caab933721368a6bf4571aef (diff)
crossgcc: Upgrade mpc from 1.2.1 to 1.3.1
Change-Id: I2d98c3b4c7edaf3ff097f5739c7cc0cd13592e91 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70530 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 272a127066..a526b50c08 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -36,7 +36,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
# GCC toolchain version numbers
GMP_VERSION=6.2.1
MPFR_VERSION=4.1.1
-MPC_VERSION=1.2.1
+MPC_VERSION=1.3.1
GCC_VERSION=11.2.0
BINUTILS_VERSION=2.37
IASL_VERSION="R10_20_22"