aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-9.2.0_gnat.patch
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2020-03-15 07:29:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-16 14:45:32 +0000
commit6b88f90f06c81ff8849511be1ba63c5faff56f1a (patch)
treed0bf46923fba53fab717cc571f495c9447076bef /util/crossgcc/patches/gcc-9.2.0_gnat.patch
parente7a5062997011d4cc9eb2b95ffe74b9ff75d7a48 (diff)
Revert "crossgcc: Upgrade GCC to 9.2.0"
Revert the upgrade as it breaks at least the devicetree parser on aarch64, tested on qemu aarch64 target. This reverts commit dfd3f211740be4cf0d234bf4621ac384758a24ce. Change-Id: I65607817188db21533014caa6d15be9a2004d498 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39571 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/patches/gcc-9.2.0_gnat.patch')
-rw-r--r--util/crossgcc/patches/gcc-9.2.0_gnat.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/crossgcc/patches/gcc-9.2.0_gnat.patch b/util/crossgcc/patches/gcc-9.2.0_gnat.patch
deleted file mode 100644
index 2d7cecee24..0000000000
--- a/util/crossgcc/patches/gcc-9.2.0_gnat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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