aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-15 06:15:28 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-15 06:15:28 +0100
commitcb12a860012e3db72fdc399196db4dd729031492 (patch)
tree3b4956699d7245238d0732148b3d95542f160966 /translate/grt
parent95c369822021e7e1028765c2d9123ea90ecd6bd4 (diff)
downloadghdl-cb12a860012e3db72fdc399196db4dd729031492.tar.gz
ghdl-cb12a860012e3db72fdc399196db4dd729031492.tar.bz2
ghdl-cb12a860012e3db72fdc399196db4dd729031492.zip
Force use of Ada05 for grt.
Diffstat (limited to 'translate/grt')
-rw-r--r--translate/grt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/grt/Makefile.inc b/translate/grt/Makefile.inc
index 2cd6722cd..ef5c26055 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 $@ $<