summaryrefslogtreecommitdiff
path: root/ortho/gcc/lang.opt
diff options
context:
space:
mode:
authorgingold2012-12-11 02:46:11 +0000
committergingold2012-12-11 02:46:11 +0000
commit560c4c42f15155771b5558c37cec7a1acbb48751 (patch)
treeef3a6144800e7ae38d4caab31ab1be9eb29d6cd7 /ortho/gcc/lang.opt
parent03cc455ed44229ecd2b925e110f9019c4e6f497b (diff)
downloadghdl-560c4c42f15155771b5558c37cec7a1acbb48751.tar.gz
ghdl-560c4c42f15155771b5558c37cec7a1acbb48751.tar.bz2
ghdl-560c4c42f15155771b5558c37cec7a1acbb48751.zip
Part of the previous commit (upgrade to gcc 4.7)
Diffstat (limited to 'ortho/gcc/lang.opt')
-rw-r--r--ortho/gcc/lang.opt20
1 files changed, 11 insertions, 9 deletions
diff --git a/ortho/gcc/lang.opt b/ortho/gcc/lang.opt
index eb63959..2636885 100644
--- a/ortho/gcc/lang.opt
+++ b/ortho/gcc/lang.opt
@@ -33,13 +33,14 @@ vhdl Separate
vhdl Separate
--anaelab <name> Used internally during elaboration of <name>
-c
-vhdl Separate
--c <filename> Analyze <filename> for --anaelab
+; -c is a driver option for gcc. --ghdl-source is used instead.
+;c
+;vhdl Separate
+;-c <filename> Analyze <filename> for --anaelab
-v
-vhdl
-Verbose
+;v
+;vhdl
+;Verbose
-warn-
vhdl Joined
@@ -81,9 +82,10 @@ l
vhdl Joined Separate
-l<filename> Put list of files for link in <filename>
-C
-vhdl
-Allow any character in comments
+; -C was commented out, as it is already defined for C/C++.
+;C
+;vhdl
+;Allow any character in comments
-mb-comments
vhdl