From e3f68e2c1dc6b3ee5b4d0cd62a02b78981b22f26 Mon Sep 17 00:00:00 2001 From: Markus Trippelsdorf Date: Thu, 10 Sep 2015 07:55:36 +0000 Subject: [PATCH] doc/install.texi: Mention contrib/download_prerequisites Mention ./contrib/download_prerequisites on the "Downloading GCC" page. * doc/invoke.texi (Downloading GCC): Mention contrib/download_prerequisites script. From-SVN: r227619 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb9bbb787dc..0e388698266 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-09-10 Markus Trippelsdorf + + * doc/invoke.texi (Downloading GCC): Mention + contrib/download_prerequisites script. + 2015-09-10 Jakub Jelinek PR c++/67523 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 24e7eed1380..8ba52a0b407 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 +./contrib/download_prerequisites script in the GCC source directory +to set up everythingu. +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). -- 2.30.2