Commit b5daeaa8 by Jeffrey A Law Committed by Jeff Law

* clipper.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25847
parent 49c16ccf
Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com)
* clipper.h (TARGET_SWITCHES): Add documentation.
* 1750a.h (TARGET_SWITCHES): Add documentation.
* pa.h (TARGET_SWITCHES): Add documentation.
(TARGET_OPTIONS): Likewise.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment