aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@cambridge.redhat.com>2001-07-03 14:03:14 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-07-03 14:03:14 +0000
commitbf4eebe0c1afd43c7d982fdf9614aa65c9c4928e (patch)
tree4c858c82516632478502eb6b0b241b398d8a1816 /gcc
parentc19113468ccaa47b22f3448643194cfb2625e143 (diff)
downloadgcc-bf4eebe0c1afd43c7d982fdf9614aa65c9c4928e.zip
gcc-bf4eebe0c1afd43c7d982fdf9614aa65c9c4928e.tar.gz
gcc-bf4eebe0c1afd43c7d982fdf9614aa65c9c4928e.tar.bz2
Specifiy range for <N> in -B option.
Use 'dir' not 'foo' as example directory name. From-SVN: r43731
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi5
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c84ae0e..a021f3d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 4b01442..82b1d0c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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