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]

Re: [RFA] Append / to -B


Hi Joseph,

> > + As a special kludge, if the path provided by @option{-B} is
> > + @samp{[foo/]stage<N>/} then it will be replaced by
> > + @samp{[foo/]include}.  This is to help with boot-strapping the compiler.
> 
> @file not @samp.  Use @var{foo} (or better, @var{dir}).  Use @var{N} not
> <N>.  Indicate exactly what N can be.

Ok, I have applied this patch:

Cheers
        Nick

2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>

	* doc/invoke.texi (Directory Options): Specify range for <N> in
	-B option.  Use 'dir' not 'foo' as example directory name.

Index: gcc/doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.30
diff -p -r1.30 invoke.texi
*** invoke.texi	2001/07/03 00:46:05	1.30
--- invoke.texi	2001/07/03 13:51:54
*************** the environment variable @env{GCC_EXEC_P
*** 4430,4437 ****
  Variables}.
  
  As a special kludge, if the path provided by @option{-B} is
! @file{[foo/]stage@var{N}/} then it will be replaced by
! @file{[foo/]include}.  This is to help with boot-strapping the compiler.
  
  @item -specs=@var{file}
  @opindex specs
--- 4430,4438 ----
  Variables}.
  
  As a special kludge, if the path provided by @option{-B} is
! @file{[dir/]stage@var{N}/}, where @var{N} is a number in the range 0 to
! 9, then it will be replaced by @file{[dir/]include}.  This is to help
! with boot-strapping the compiler. 
  
  @item -specs=@var{file}
  @opindex specs


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