diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-06 18:16:43 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-06 18:16:43 +0200 |
commit | 8bdc2c174fbd6199414301e245b1045c5f40489c (patch) | |
tree | f661463b2e579f91f0f69203afe4d44c0a0c860c /dist/gcc | |
parent | dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f (diff) | |
download | ghdl-8bdc2c174fbd6199414301e245b1045c5f40489c.tar.gz ghdl-8bdc2c174fbd6199414301e245b1045c5f40489c.tar.bz2 ghdl-8bdc2c174fbd6199414301e245b1045c5f40489c.zip |
Add support for gcc-9.x
Diffstat (limited to 'dist/gcc')
-rw-r--r-- | dist/gcc/Make-lang.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/gcc/Make-lang.in b/dist/gcc/Make-lang.in index 998ae162e..beb8bbab2 100644 --- a/dist/gcc/Make-lang.in +++ b/dist/gcc/Make-lang.in @@ -207,3 +207,6 @@ vhdl.stage3: vhdl.stage4: -$(MV) vhdl/*$(objext) vhdl/*.ali vhdl/b_*.c stage4/vhdl -$(MV) vhdl/stamp-* stage4/vhdl + +# No vhdl-specific selftests +selftest-vhdl: |