From 22e5cd34c564bbc838a9765f6acd22ce73a47d93 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 14 Sep 2018 03:02:10 +0200 Subject: Remove -gnat05, always use GNATFLAGS. Fix #651 --- src/grt/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grt') diff --git a/src/grt/Makefile.inc b/src/grt/Makefile.inc index 9c6fad5a0..da85ae014 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -98,7 +98,7 @@ MSYS2_ARG=MSYS2_ARG_CONV_EXCL="-aI;-gnatec" # Configuration pragmas. # -gnatdY is required to force the use of __gnat_last_chance_handler. -GRT_PRAGMA_FLAG=-gnatec$(GRTSRCDIR)/grt.adc -gnat05 -gnatdY +GRT_PRAGMA_FLAG=-gnatec$(GRTSRCDIR)/grt.adc -gnatdY # Rule to compile an Ada file. GRT_ADACOMPILE=$(GNATMAKE) -u -c $(GRT_FLAGS) $(GRT_PRAGMA_FLAG) -- cgit v1.2.3