From: Nick Clifton Date: Tue, 3 Jul 2001 14:03:14 +0000 (+0000) Subject: Specifiy range for in -B option. X-Git-Tag: prereleases/libstdc++-3.0.95~3502 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf4eebe0c1afd43c7d982fdf9614aa65c9c4928e;p=thirdparty%2Fgcc.git Specifiy range for in -B option. Use 'dir' not 'foo' as example directory name. From-SVN: r43731 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c84ae0edf94d..a021f3dcbab1 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 4b01442ecd9a..82b1d0cf2738 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