aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-06 18:16:43 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-06 18:16:43 +0200
commit8bdc2c174fbd6199414301e245b1045c5f40489c (patch)
treef661463b2e579f91f0f69203afe4d44c0a0c860c /Makefile.in
parentdec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f (diff)
downloadghdl-8bdc2c174fbd6199414301e245b1045c5f40489c.tar.gz
ghdl-8bdc2c174fbd6199414301e245b1045c5f40489c.tar.bz2
ghdl-8bdc2c174fbd6199414301e245b1045c5f40489c.zip
Add support for gcc-9.x
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dd7c6b822..ac1c93794 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -228,8 +228,9 @@ copy-sources.gcc: version.ads
6 | 6.*) gcc_ortho_lang=ortho-lang-6.c ;; \
7.*) gcc_ortho_lang=ortho-lang-7.c ;; \
8.*) gcc_ortho_lang=ortho-lang-8.c ;; \
+ 9.*) gcc_ortho_lang=ortho-lang-9.c ;; \
*) echo "Mismatch gcc version from $(gcc_src_dir)"; \
- echo "Need gcc version 4.9.x, 5.x, 6.x, 7.x or 8.x"; \
+ echo "Need gcc version 4.9.x, 5.x, 6.x, 7.x, 8.x or 9.x"; \
exit 1 ;; \
esac; \
$(CP) -p $(srcdir)/src/ortho/gcc/$$gcc_ortho_lang \