From cb12a860012e3db72fdc399196db4dd729031492 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 15 Jan 2014 06:15:28 +0100 Subject: Force use of Ada05 for grt. --- translate/grt/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate/grt/Makefile.inc') diff --git a/translate/grt/Makefile.inc b/translate/grt/Makefile.inc index 2cd6722..ef5c260 100644 --- a/translate/grt/Makefile.inc +++ b/translate/grt/Makefile.inc @@ -104,7 +104,7 @@ endif GRT_ARCH?=None # Configuration pragmas. -GRT_PRAGMA_FLAG=-gnatec$(GRTSRCDIR)/grt.adc +GRT_PRAGMA_FLAG=-gnatec$(GRTSRCDIR)/grt.adc -gnat05 # Rule to compile an Ada file. GRT_ADACOMPILE=$(ADAC) -c $(GRT_FLAGS) $(GRT_PRAGMA_FLAG) -o $@ $< -- cgit