diff options
author | Tristan Gingold | 2014-01-15 06:15:28 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-01-15 06:15:28 +0100 |
commit | cb12a860012e3db72fdc399196db4dd729031492 (patch) | |
tree | 3b4956699d7245238d0732148b3d95542f160966 /translate/grt/Makefile.inc | |
parent | 95c369822021e7e1028765c2d9123ea90ecd6bd4 (diff) | |
download | ghdl-cb12a860012e3db72fdc399196db4dd729031492.tar.gz ghdl-cb12a860012e3db72fdc399196db4dd729031492.tar.bz2 ghdl-cb12a860012e3db72fdc399196db4dd729031492.zip |
Force use of Ada05 for grt.
Diffstat (limited to 'translate/grt/Makefile.inc')
-rw-r--r-- | translate/grt/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ $< |