This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] Append / to -B
- To: Nick Clifton <nickc at cambridge dot redhat dot com>
- Subject: Re: [RFA] Append / to -B
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sat, 30 Jun 2001 18:04:14 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
On 30 Jun 2001, Nick Clifton wrote:
> + As a special kludge, if the path provided by @option{-B} is
> + @samp{[foo/]stage<N>/} then it will be replaced by
> + @samp{[foo/]include}. This is to help with boot-strapping the compiler.
@file not @samp. Use @var{foo} (or better, @var{dir}). Use @var{N} not
<N>. Indicate exactly what N can be.
--
Joseph S. Myers
jsm28@cam.ac.uk