diff options
author | Paul Brook <paul@codesourcery.com> | 2005-07-29 18:04:34 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2005-07-29 18:04:34 +0000 |
commit | eae50c875905ed46be2178b9f70774b1cbf35b80 (patch) | |
tree | 3ce4ae47a0846cbecfdd3f7f62a5b26b1681926c | |
parent | 79dad081a1117381afd19a2f62438766a3bee859 (diff) | |
download | gcc-eae50c875905ed46be2178b9f70774b1cbf35b80.zip gcc-eae50c875905ed46be2178b9f70774b1cbf35b80.tar.gz gcc-eae50c875905ed46be2178b9f70774b1cbf35b80.tar.bz2 |
install.texi: Add link to GFortran binaries wiki page.
2005-07-29 Paul Brook <paul@codesourcery.com>
* doc/install.texi: Add link to GFortran binaries wiki page.
From-SVN: r102561
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f63c42e..98bcd55 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-29 Paul Brook <paul@codesourcery.com> + + * doc/install.texi: Add link to GFortran binaries wiki page. + 2005-07-29 David Ung <davidu@mips.com> * config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index afd268b..cee0771 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2169,6 +2169,10 @@ Solaris/SPARC 2.5.1, 2.6, 7, 8, and 9. @item @uref{http://www.openpkg.org/,,OpenPKG} offers binaries for quite a number of platforms. + +@item +The @uref{http://gcc.gnu.org/wiki/GFortranBinaries,,GFortran Wiki} has +links to gfortran binaries for several platforms. @end itemize In addition to those specific offerings, you can get a binary |