diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-03 15:22:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-15 17:16:11 +0000 |
commit | 7340a499fb4ba37a4b58df7f949b1d6279c05742 (patch) | |
tree | 78fa7f0a11d1bda2689402af60815175cc37bb31 /util/crossgcc/buildgcc | |
parent | fe1b40b1ddbdb1ca2fdc4d66d4c3a1d7c758b76a (diff) | |
download | coreboot-7340a499fb4ba37a4b58df7f949b1d6279c05742.tar.xz |
crossgcc: Update binutils to version 2.32
Change-Id: I943863587dff6db72d12673bc30ea46f4fd4b66f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31217
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
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 4c25629fac..019b011a5e 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -52,7 +52,7 @@ MPFR_VERSION=4.0.1 MPC_VERSION=1.1.0 GCC_VERSION=8.2.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.31.1 +BINUTILS_VERSION=2.32 GDB_VERSION=8.2.1 IASL_VERSION=20190108 PYTHON_VERSION=3.7.2 |