diff options
author | Paul Brook <paul@codesourcery.com> | 2004-08-30 00:18:57 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-08-30 00:18:57 +0000 |
commit | 999f4d5e46a0c280a9564f6cbac1eaf263b5e759 (patch) | |
tree | 0e7a0a6ef5b45ac4015adf6d05bfc91e534ea4f5 /gcc | |
parent | b9c5f011a1ba421a8f47f09c6f8ef94659f6ba36 (diff) | |
download | gcc-999f4d5e46a0c280a9564f6cbac1eaf263b5e759.zip gcc-999f4d5e46a0c280a9564f6cbac1eaf263b5e759.tar.gz gcc-999f4d5e46a0c280a9564f6cbac1eaf263b5e759.tar.bz2 |
* doc/install.texi: Fix broken mpfr link.
From-SVN: r86747
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6517d47..82b6956 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-30 Paul Brook <paul@codesourcery.com> + + * doc/install.texi: Fix broken mpfr link. + 2004-08-29 David O'Brien <obrien@FreeBSD.org> * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 90effbf..3c6f1b5 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -294,7 +294,7 @@ the @option{--with-gmp} or @option{--with-gmp-dir} configure option. @item MPFR Library Necessary to build the Fortran frontend. It can be downloaded from -@uref{http://http://www.mpfr.org/}. It is also included in the current GMP +@uref{http://www.mpfr.org/}. It is also included in the current GMP release (4.1.3) when configured with @option{--enable-mpfr}. The @option{--with-mpfr} or @option{--with-mpfr-dir} configure option should |