On Thu, Sep 10, 2015 at 09:43:20AM +0200, Markus Trippelsdorf wrote: > Mention ./contrib/download_prerequisites on the "Downloading GCC" page. > > * doc/invoke.texi (Downloading GCC): Mention > contrib/download_prerequisites script. > > OK for trunk? > Thanks. > > diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi > index 24e7eed13800..d474cca0f54c 100644 > --- a/gcc/doc/install.texi > +++ b/gcc/doc/install.texi > @@ -565,7 +565,10 @@ components of the binutils you intend to build alongside > the compiler > @file{opcodes}, @dots{}) to the directory containing the GCC sources. > > Likewise the GMP, MPFR and MPC libraries can be automatically built > -together with GCC. Unpack the GMP, MPFR and/or MPC source > +together with GCC. You may simply run the
Two spaces instead of one before Y. Ok with that change. > +./contrib/download_prerequisites script in the GCC source directory > +to set up everything. > +Otherwise unpack the GMP, MPFR and/or MPC source > distributions in the directory containing the GCC sources and rename > their directories to @file{gmp}, @file{mpfr} and @file{mpc}, > respectively (or use symbolic links with the same name). Jakub