toplev.c (lang_options): Add missing options (nostdinc, idirafter).
authorDave Brolley <brolley@cygnus.com>
Thu, 11 Jun 1998 07:51:52 +0000 (07:51 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Thu, 11 Jun 1998 07:51:52 +0000 (03:51 -0400)
Thu Jun 11 10:30:09 1998  Dave Brolley  <brolley@cygnus.com>
* toplev.c (lang_options): Add missing options (nostdinc, idirafter).

From-SVN: r20426

gcc/ChangeLog
gcc/toplev.c

index b5e1c8c..10cd1ac 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * rtl.h (rtx_def): Improve documentation.
index d4c57cb..d038a5e 100644 (file)
@@ -898,13 +898,15 @@ char *lang_options[] =
   "-A",
   "-D",
   "-I",
+  "-U",
+  "-idirafter",
   "-iprefix",
   "-isystem",
   "-lang-c",
   "-lang-c89",
   "-lang-c++",
+  "-nostdinc",
   "-nostdinc++",
-  "-U",
   "-undef",
 
 #include "options.h"