diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-10 23:39:45 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-09-23 08:37:39 +0000 |
commit | b0d87f753c9c517ba906115362d32aa4422fd188 (patch) | |
tree | bc0d5fb90dd46320847d1876222c139b629d48ce /util/crossgcc/buildgcc | |
parent | e4cf38ed36482b6c3421bf14e8f8fb8cd89eba90 (diff) |
util/crossgcc: Update gcc to 11.2
Various fixes to gnat and the improved nds32 backend have been merged
into gcc by now, so we don't need to carry those patches anymore.
Change-Id: Icdee2a8beedd109ee1f0eef6f32f7accbf66674b
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54050
Tested-by: build bot (Jenkins) <no-reply@coreboot.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 99e342d448..01c3ad910b 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -35,7 +35,7 @@ THREADS=1 GMP_VERSION=6.2.1 MPFR_VERSION=4.1.0 MPC_VERSION=1.2.1 -GCC_VERSION=8.3.0 +GCC_VERSION=11.2.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.37 GDB_VERSION=9.2 |