This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] remove -isystem-c++ from options


* invoke.texi (Option Summary): Remove -isystem-c++ from options

Nowhere in the source can I find this option. The reference has existed
for quite some time, but does nothing.

-- 
Gordon Sadler

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/invoke.texi,v
retrieving revision 1.273.2.24
diff -u -3 -p -b -r1.273.2.24 invoke.texi
--- invoke.texi	2001/05/25 01:22:09	1.273.2.24
+++ invoke.texi	2001/05/28 08:01:57
@@ -278,7 +278,7 @@ in the following sections.
 -idirafter @var{dir} @gol
 -include @var{file}  -imacros @var{file} @gol
 -iprefix @var{file}  -iwithprefix @var{dir} @gol
--iwithprefixbefore @var{dir}  -isystem @var{dir} -isystem-c++ @var{dir} @gol
+-iwithprefixbefore @var{dir}  -isystem @var{dir} @gol
 -M  -MM  -MF  -MG  -MP  -MQ  -MT  -nostdinc  -P  -remap @gol
 -trigraphs  -undef  -U@var{macro}  -Wp\,@var{option}}
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]