diff options
author | Markus Trippelsdorf <markus@trippelsdorf.de> | 2015-09-10 07:55:36 +0000 |
---|---|---|
committer | Markus Trippelsdorf <trippels@gcc.gnu.org> | 2015-09-10 07:55:36 +0000 |
commit | e3f68e2c1dc6b3ee5b4d0cd62a02b78981b22f26 (patch) | |
tree | aec7a8dbfc37002f67212f979ed5d0260e2ffc3a /gcc | |
parent | 9ce1688bb8b00bafc041e375b453d9f957cc1424 (diff) | |
download | gcc-e3f68e2c1dc6b3ee5b4d0cd62a02b78981b22f26.zip gcc-e3f68e2c1dc6b3ee5b4d0cd62a02b78981b22f26.tar.gz gcc-e3f68e2c1dc6b3ee5b4d0cd62a02b78981b22f26.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb9bbb7..0e38869 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-09-10 Markus Trippelsdorf <markus@trippelsdorf.de> + + * doc/invoke.texi (Downloading GCC): Mention + contrib/download_prerequisites script. + 2015-09-10 Jakub Jelinek <jakub@redhat.com> PR c++/67523 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 24e7eed..8ba52a0 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). |