diff options
author | Patrick Georgi <pgeorgi@google.com> | 2019-01-25 15:51:28 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-26 13:33:32 +0000 |
commit | b8c107c7b8a7b620e446dfd4ae74dac1bb4a5def (patch) | |
tree | 4907af25260d56421cd47e70024402360e8e4a4a /util/crossgcc/buildgcc | |
parent | dacf083c2f72ab194e8462520800e11f42f089cf (diff) |
util/crossgcc: Update to binutils 2.31.1 and gcc 8.2
Change-Id: Icf7c6bdd4021bf84cc295c819f93838248e0f4c7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/31089
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4b5a718a8e..707fdea445 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -50,9 +50,9 @@ THREADS=1 GMP_VERSION=6.1.2 MPFR_VERSION=4.0.1 MPC_VERSION=1.1.0 -GCC_VERSION=8.1.0 +GCC_VERSION=8.2.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.30 +BINUTILS_VERSION=2.31.1 GDB_VERSION=8.2.1 IASL_VERSION=20190108 PYTHON_VERSION=3.7.2 |