From bf4eebe0c1afd43c7d982fdf9614aa65c9c4928e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 3 Jul 2001 14:03:14 +0000 Subject: [PATCH] Specifiy range for in -B option. Use 'dir' not 'foo' as example directory name. From-SVN: r43731 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c84ae0edf94..a021f3dcbab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-03 Nick Clifton + + * doc/invoke.texi (Directory Options): Specifiy range for in + -B option. Use 'dir' not 'foo' as example directory name. + 2001-07-03 Rainer Orth * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4b01442ecd9..82b1d0cf273 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 -- 2.30.2