aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-06-02 18:43:28 +0200
committerTristan Gingold <tgingold@free.fr>2018-06-02 18:43:28 +0200
commitef5f47fad76e12050a8a1cfbbedb89e5d2af31af (patch)
tree3f80736921f3ff832b71d04f01988bf260859b6c /Makefile.in
parent319092de002423fcd5f624d2f026176503ab6018 (diff)
downloadghdl-ef5f47fad76e12050a8a1cfbbedb89e5d2af31af.tar.gz
ghdl-ef5f47fad76e12050a8a1cfbbedb89e5d2af31af.tar.bz2
ghdl-ef5f47fad76e12050a8a1cfbbedb89e5d2af31af.zip
Add support for gcc 8.1 as a backend.
Fix #568
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 70472a05e..479a6d46f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,8 +217,9 @@ copy-sources.gcc: version.ads
5.*) gcc_ortho_lang=ortho-lang-5.c ;; \
6 | 6.*) gcc_ortho_lang=ortho-lang-6.c ;; \
7.*) gcc_ortho_lang=ortho-lang-7.c ;; \
+ 8.*) gcc_ortho_lang=ortho-lang-7.c ;; \
*) echo "Mismatch gcc version from $(gcc_src_dir)"; \
- echo "Need gcc version 4.9.x, 5.x, 6.x or 7.x"; \
+ echo "Need gcc version 4.9.x, 5.x, 6.x, 7.x or 8.x"; \
exit 1 ;; \
esac; \
$(CP) -p $(srcdir)/src/ortho/gcc/$$gcc_ortho_lang \