diff options
Diffstat (limited to 'translate/gcc/lang-specs.h')
-rw-r--r-- | translate/gcc/lang-specs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/translate/gcc/lang-specs.h b/translate/gcc/lang-specs.h index e8e79a2a8..050443521 100644 --- a/translate/gcc/lang-specs.h +++ b/translate/gcc/lang-specs.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ /* This is the contribution to the `default_compilers' array in gcc.c for GHDL. */ - {".vhd", "@vhdl", 0}, - {".vhdl", "@vhdl", 0}, + {".vhd", "@vhdl", 0, 0, 0}, + {".vhdl", "@vhdl", 0, 0, 0}, {"@vhdl", - "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0}, + "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0, 0, 0}, |