From: Dave Brolley Date: Thu, 11 Jun 1998 07:51:52 +0000 (+0000) Subject: toplev.c (lang_options): Add missing options (nostdinc, idirafter). X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e34149da2a7a293b4bb553b6a79f3abe0a0cfce;p=platform%2Fupstream%2Fgcc.git toplev.c (lang_options): Add missing options (nostdinc, idirafter). Thu Jun 11 10:30:09 1998 Dave Brolley * toplev.c (lang_options): Add missing options (nostdinc, idirafter). From-SVN: r20426 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5e1c8c..10cd1ac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 11 10:30:09 1998 Dave Brolley + + * toplev.c (lang_options): Add missing options (nostdinc, idirafter). + Wed Jun 10 23:39:32 1998 Mark Mitchell * rtl.h (rtx_def): Improve documentation. diff --git a/gcc/toplev.c b/gcc/toplev.c index d4c57cb..d038a5e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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"