diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-14 10:16:29 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:22:08 +0000 |
commit | 18ecdbfeb8992507ac170c6257be62cccbbe5899 (patch) | |
tree | 533e7c7243f500e1b062ac3609f8a290c49b6cf6 /util/crossgcc/buildgcc | |
parent | 9266ce90c6cf6962f612b59a173149eca4e1538f (diff) | |
download | coreboot-18ecdbfeb8992507ac170c6257be62cccbbe5899.tar.xz |
crossgcc: Update binutils to version 2.33.1
Change-Id: I3bb6055383aa72153fffc70adc9cc446e5a0612e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36013
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 0ce8f20851..b5a0845995 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -52,7 +52,7 @@ MPFR_VERSION=4.0.2 MPC_VERSION=1.1.0 GCC_VERSION=8.3.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.32 +BINUTILS_VERSION=2.33.1 GDB_VERSION=8.3 IASL_VERSION=20190703 PYTHON_VERSION=3.7.4 |