diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-10 23:34:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-12 15:26:01 +0000 |
commit | 0afb90a73ba007b3f6dc135ec8105def00182c5f (patch) | |
tree | dbea8785aac11a5b17b5713e9c0fe1f33b08def1 /util/crossgcc/buildgcc | |
parent | 24abd3ef067115b1b691c3f885b7892cb7506164 (diff) |
util/crossgcc: Update gmp to 6.2.1
Change-Id: I871942f66e8fc496ebe523fdab539ea20950a202
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54047
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index c947dd45ab..d8f25dbbb8 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -32,7 +32,7 @@ BOOTSTRAP=0 THREADS=1 # GCC toolchain version numbers -GMP_VERSION=6.2.0 +GMP_VERSION=6.2.1 MPFR_VERSION=4.1.0 MPC_VERSION=1.2.0 GCC_VERSION=8.3.0 |