Commit bf4eebe0 by Nick Clifton Committed by Nick Clifton

Specifiy range for <N> in -B option.

Use 'dir' not 'foo' as example directory name.

From-SVN: r43731
parent c1911346
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment