Commit c459c26f by Jeffrey A Law Committed by Jeff Law

* elxsi.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25848
parent b5daeaa8
Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com) Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com)
* elxsi.h (TARGET_SWITCHES): Add documentation.
* clipper.h (TARGET_SWITCHES): Add documentation. * clipper.h (TARGET_SWITCHES): Add documentation.
* 1750a.h (TARGET_SWITCHES): Add documentation. * 1750a.h (TARGET_SWITCHES): Add documentation.
* pa.h (TARGET_SWITCHES): Add documentation. * pa.h (TARGET_SWITCHES): Add documentation.
......
...@@ -47,8 +47,8 @@ extern int target_flags; ...@@ -47,8 +47,8 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */ An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ {"unix", 1}, \ { {"unix", 1, "Generate code the unix assembler can handle"}, \
{"embos", -1}, \ {"embos", -1, "Generate code an embedded assembler can handle"}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT}}
/* Default target_flags if no switches specified. */ /* Default target_flags if no switches specified. */
......
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