Commit 8e34149d by Dave Brolley Committed by Dave Brolley

toplev.c (lang_options): Add missing options (nostdinc, idirafter).

Thu Jun 11 10:30:09 1998  Dave Brolley  <brolley@cygnus.com>
	* toplev.c (lang_options): Add missing options (nostdinc, idirafter).

From-SVN: r20426
parent 90de93a0
Thu Jun 11 10:30:09 1998 Dave Brolley <brolley@cygnus.com>
* toplev.c (lang_options): Add missing options (nostdinc, idirafter).
Wed Jun 10 23:39:32 1998 Mark Mitchell <mark@markmitchell.com> Wed Jun 10 23:39:32 1998 Mark Mitchell <mark@markmitchell.com>
* rtl.h (rtx_def): Improve documentation. * rtl.h (rtx_def): Improve documentation.
......
...@@ -898,13 +898,15 @@ char *lang_options[] = ...@@ -898,13 +898,15 @@ char *lang_options[] =
"-A", "-A",
"-D", "-D",
"-I", "-I",
"-U",
"-idirafter",
"-iprefix", "-iprefix",
"-isystem", "-isystem",
"-lang-c", "-lang-c",
"-lang-c89", "-lang-c89",
"-lang-c++", "-lang-c++",
"-nostdinc",
"-nostdinc++", "-nostdinc++",
"-U",
"-undef", "-undef",
#include "options.h" #include "options.h"
......
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