summaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-8.3.0_gnat.patch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-24 10:33:18 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-04-23 10:03:01 +0000
commit095c2617a368536f482f0b9ca16a4a5e69cd55ec (patch)
tree99fa8302561614c337d91688db4f4e41c54cb7a0 /util/crossgcc/patches/gcc-8.3.0_gnat.patch
parentcd4fe0f718cfc49e5d58f1770e23cd065a26241e (diff)
downloadcoreboot-095c2617a368536f482f0b9ca16a4a5e69cd55ec.tar.xz
crossgcc: Upgrade GCC to version 8.3.0
Change-Id: I135fd62619fc33bbc3fd29e93eeafcf695700c9a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31598 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc/patches/gcc-8.3.0_gnat.patch')
-rw-r--r--util/crossgcc/patches/gcc-8.3.0_gnat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/crossgcc/patches/gcc-8.3.0_gnat.patch b/util/crossgcc/patches/gcc-8.3.0_gnat.patch
new file mode 100644
index 0000000000..2d7cecee24
--- /dev/null
+++ b/util/crossgcc/patches/gcc-8.3.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