diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-10 23:33:00 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-09-19 18:51:52 +0000 |
commit | f28e368d583b0ee1b5297f4d4d0288a1b38f06e0 (patch) | |
tree | bc7b48120b9f91d7c389eb22840524f2feb42d93 /util/crossgcc/buildgcc | |
parent | e74b0b6a5e30cb940029dd9bb732485d3c139189 (diff) |
util/crossgcc: Update binutils to 2.37
Change-Id: Ia68d4d9f836ad23fb8f6a7203a78b4ea40c7c43b
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54049
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
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 7176e6b67d..99e342d448 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -37,7 +37,7 @@ MPFR_VERSION=4.1.0 MPC_VERSION=1.2.1 GCC_VERSION=8.3.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.35.1 +BINUTILS_VERSION=2.37 GDB_VERSION=9.2 IASL_VERSION=20210331 PYTHON_VERSION=3.8.5 |