diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2008-07-22 02:29:51 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2008-07-22 02:29:51 +0000 |
commit | 4b6571671497ecc1f846bfa49678254e14511fc9 (patch) | |
tree | d3d158d6c399122231d8527b375f3a3d9cb7a17e /ortho/gcc | |
parent | 2bea98b5e766aac1cd016a7088cf5f7f1a3e2b74 (diff) | |
download | ghdl-4b6571671497ecc1f846bfa49678254e14511fc9.tar.gz ghdl-4b6571671497ecc1f846bfa49678254e14511fc9.tar.bz2 ghdl-4b6571671497ecc1f846bfa49678254e14511fc9.zip |
Handle -C and --mb-comments.
Diffstat (limited to 'ortho/gcc')
-rw-r--r-- | ortho/gcc/lang.opt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ortho/gcc/lang.opt b/ortho/gcc/lang.opt index 43dcbf4ad..980fef7bf 100644 --- a/ortho/gcc/lang.opt +++ b/ortho/gcc/lang.opt @@ -76,3 +76,11 @@ Use synthetizer rules for default bindings l vhdl Joined Separate -l<filename> Put list of files for link in <filename> + +C +vhdl +Allow any character in comments + +-mb-comments +vhdl +Allow any character in comments
\ No newline at end of file |