Commit 79a9696b by Robert Lipe Committed by Robert Lipe

sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer- specific compiler switches.

	* sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
	specific compiler switches.

From-SVN: r23413
parent e15a4d0d
Wed Oct 28 23:09:25 1998 Robert Lipe <robertl@dgii.com>
* sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
specific compiler switches.
Wed Oct 28 21:05:53 1998 Jeffrey A Law (law@cygnus.com) Wed Oct 28 21:05:53 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (c-common.o): Depend on c-pragma.h. Use $(RTL_H) instead * Makefile.in (c-common.o): Depend on c-pragma.h. Use $(RTL_H) instead
......
...@@ -909,8 +909,8 @@ dtors_section () \ ...@@ -909,8 +909,8 @@ dtors_section () \
#undef SUBTARGET_SWITCHES #undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \ #define SUBTARGET_SWITCHES \
{ "coff", MASK_COFF }, \ { "coff", MASK_COFF, "Generate COFF output" }, \
{ "elf", -MASK_COFF }, { "elf", -MASK_COFF, "Generate ELF output" },
#define NO_DOLLAR_IN_LABEL #define NO_DOLLAR_IN_LABEL
......
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