diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2015-09-13 11:40:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2015-09-13 11:40:36 +0000 |
commit | 7b5dccb554c86b99ea941007bc4338db9eca792a (patch) | |
tree | 5480fe59154350cd572a3cf8b3da84b8b42b5a22 | |
parent | 26f789dd8f67b702c75a401f3bdd02c31396a618 (diff) | |
download | gcc-7b5dccb554c86b99ea941007bc4338db9eca792a.zip gcc-7b5dccb554c86b99ea941007bc4338db9eca792a.tar.gz gcc-7b5dccb554c86b99ea941007bc4338db9eca792a.tar.bz2 |
install.texi (Downloading the source): Mark up contrib/download_prerequisites properly and drop leading "./".
* doc/install.texi (Downloading the source): Mark up
contrib/download_prerequisites properly and drop leading "./".
From-SVN: r227716
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e9e378..15c1882 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-09-13 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Downloading the source): Mark up + contrib/download_prerequisites properly and drop leading "./". + 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * config/arc/arc.h: Remove define of STRUCT_VALUE. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c18dbdd..1fd773e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -566,7 +566,7 @@ components of the binutils you intend to build alongside the compiler Likewise the GMP, MPFR and MPC libraries can be automatically built together with GCC. You may simply run the -./contrib/download_prerequisites script in the GCC source directory +@command{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 |