aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/Makefile.inc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-14 03:02:10 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-15 04:14:22 +0200
commit22e5cd34c564bbc838a9765f6acd22ce73a47d93 (patch)
treea6e3b9f26a8d61db3b2099ff51af1033bbc47774 /src/grt/Makefile.inc
parente8ffea0c97583b564770e3ace87fa9641983ef64 (diff)
downloadghdl-22e5cd34c564bbc838a9765f6acd22ce73a47d93.tar.gz
ghdl-22e5cd34c564bbc838a9765f6acd22ce73a47d93.tar.bz2
ghdl-22e5cd34c564bbc838a9765f6acd22ce73a47d93.zip
Remove -gnat05, always use GNATFLAGS.
Fix #651
Diffstat (limited to 'src/grt/Makefile.inc')
-rw-r--r--src/grt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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)