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/patches/gcc-11.2.0_gnat.patch | |
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/patches/gcc-11.2.0_gnat.patch')
-rw-r--r-- | util/crossgcc/patches/gcc-11.2.0_gnat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/util/crossgcc/patches/gcc-11.2.0_gnat.patch b/util/crossgcc/patches/gcc-11.2.0_gnat.patch new file mode 100644 index 0000000000..2d7cecee24 --- /dev/null +++ b/util/crossgcc/patches/gcc-11.2.0_gnat.patch @@ -0,0 +1,11 @@ +--- gcc-6.1.0/gcc/ada/gcc-interface/Make-lang.in.bak 2015-08-24 16:23:25.004493665 +0200 ++++ gcc-6.1.0/gcc/ada/gcc-interface/Make-lang.in 2015-08-24 17:53:52.496636113 +0200 +@@ -45,7 +45,7 @@ + + + # Extra flags to pass to recursive makes. +-COMMON_ADAFLAGS= -gnatpg ++COMMON_ADAFLAGS= -gnatpg -gnatwGUR + ifeq ($(TREECHECKING),) + CHECKING_ADAFLAGS= + else |