b0d87f753c
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>
11 lines
353 B
Diff
11 lines
353 B
Diff
--- 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
|