diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-07-10 21:00:41 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-07-10 21:00:41 +0000 |
commit | 3841c37a946481815c89928ccd15b71b608aa526 (patch) | |
tree | ed57a888c7e291c0ac2b26aa717fff38392bd43f /translate/gcc/lang-specs.h | |
parent | 06c89bf159a88b4339295b6007ff40bee14dd618 (diff) | |
download | ghdl-3841c37a946481815c89928ccd15b71b608aa526.tar.gz ghdl-3841c37a946481815c89928ccd15b71b608aa526.tar.bz2 ghdl-3841c37a946481815c89928ccd15b71b608aa526.zip |
updated for 0.24
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}, |