diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2008-10-20 11:19:42 +0200 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2008-10-20 11:19:42 +0200 |
commit | c02c7cb1e3dee5a182dbd6ba90e1d3ca899e42f4 (patch) | |
tree | 76ed7782d64538535e5c254d3195be2ad85825c8 /gcc | |
parent | 0964225a1e3e91081cd8d63dc0de3bc7c9906633 (diff) | |
download | gcc-c02c7cb1e3dee5a182dbd6ba90e1d3ca899e42f4.zip gcc-c02c7cb1e3dee5a182dbd6ba90e1d3ca899e42f4.tar.gz gcc-c02c7cb1e3dee5a182dbd6ba90e1d3ca899e42f4.tar.bz2 |
* doc/install.texi: Fix typos in previous patch.
From-SVN: r141240
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4e6c43..a7f733f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-20 Tobias Schlüter <tobi@gcc.gnu.org> + + * doc/install.texi: Fix typos in previous patch. + 2008-10-19 Tobias Schlüter <tobi@gcc.gnu.org> * doc/install.texi: Document in-tree building of gcc and mpfr. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ed49c62..04c225f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -306,10 +306,10 @@ systems' @command{tar} programs will also work, only try GNU Necessary to build GCC@. If you do not have it installed in your library search path, you will have to configure with the -@option{--with-gmp} configure option. See also -@option{--with-gmp-lib} and @option{--with-gmp-include}. Alternatively, -if a GMP source ditribution is found in a subdirectory of you GCC -sources named @file{gmp}, it will be built together with GCC@. +@option{--with-gmp} configure option. See also @option{--with-gmp-lib} +and @option{--with-gmp-include}. Alternatively, if a GMP source +distribution is found in a subdirectory of your GCC sources named +@file{gmp}, it will be built together with GCC@. @item MPFR Library version 2.3.2 (or later) @@ -323,8 +323,8 @@ to the recommended version of MPFR. The @option{--with-mpfr} configure option should be used if your MPFR Library is not installed in your default library search path. See also @option{--with-mpfr-lib} and @option{--with-mpfr-include}. -Alternatively, if a MPFR source ditribution is found in a subdirectory -of you GCC sources named @file{mpfr}, it will be built together with +Alternatively, if a MPFR source distribution is found in a subdirectory +of your GCC sources named @file{mpfr}, it will be built together with GCC@. |