From: trippels Date: Thu, 10 Sep 2015 07:55:36 +0000 (+0000) Subject: doc/install.texi: Mention contrib/download_prerequisites X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=052cc53b7b6747ecd7f6d9b3f5ed5c0fd5587528;p=thirdparty%2Fgcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227619 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb9bbb787dc3..0e3886982668 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 24e7eed13800..8ba52a0b4070 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).