summaryrefslogtreecommitdiff
path: root/gcc/config/clipper/clipper.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-18 21:50:09 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-18 21:50:09 +0000
commit00c65ddc166096c57b6b05dd4d844d4600ec8f62 (patch)
tree6af9bf34fd115ef127c5ed8fe9a36535dc491dee /gcc/config/clipper/clipper.h
parent89f4837f11a2d5e1346a44ffb5dcf6c0d6ba6925 (diff)
downloadgcc-00c65ddc166096c57b6b05dd4d844d4600ec8f62.tar.gz
* clipper.h (TARGET_SWITCHES): Add documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25847 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/clipper/clipper.h')
-rw-r--r--gcc/config/clipper/clipper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/clipper/clipper.h b/gcc/config/clipper/clipper.h
index 666e96d1061..52720c5a285 100644
--- a/gcc/config/clipper/clipper.h
+++ b/gcc/config/clipper/clipper.h
@@ -39,8 +39,8 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
- { { "c400", 1 }, \
- { "c300", -1 }, \
+ { { "c400", 1, "Generate code for the C400" }, \
+ { "c300", -1, "Generate code for the C300" }, \
{ "", TARGET_DEFAULT} }
#define TARGET_C400 1