]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Specifiy range for <N> in -B option.
authorNick Clifton <nickc@cambridge.redhat.com>
Tue, 3 Jul 2001 14:03:14 +0000 (14:03 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 3 Jul 2001 14:03:14 +0000 (14:03 +0000)
Use 'dir' not 'foo' as example directory name.

From-SVN: r43731

gcc/ChangeLog
gcc/doc/invoke.texi

index c84ae0edf94d3794cdd9dee581beffda85f21d09..a021f3dcbab1cbbd01d170eaa68c87b9c38c682e 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * doc/invoke.texi (Directory Options): Specifiy range for <N> in
+       -B option.  Use 'dir' not 'foo' as example directory name.
+
 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
index 4b01442ecd9aaacd26c6698fcdd2babc3c44de24..82b1d0cf2738acacf4b89652b1f3a18c1b9b60c1 100644 (file)
@@ -4430,8 +4430,9 @@ the environment variable @env{GCC_EXEC_PREFIX}.  @xref{Environment
 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.
+@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