diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-25 20:48:20 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-25 20:48:20 +0000 |
commit | d52e9baceb44f6bedf158c305aa4f4b8324c1f4a (patch) | |
tree | 83e7f9c5ee6d95cb948426c51e24be4127fe0803 | |
parent | 162171d32cc43ea16bcfd5752821fcdaac60d49e (diff) | |
download | linaro-gcc-d52e9baceb44f6bedf158c305aa4f4b8324c1f4a.tar.gz linaro-gcc-d52e9baceb44f6bedf158c305aa4f4b8324c1f4a.tar.bz2 linaro-gcc-d52e9baceb44f6bedf158c305aa4f4b8324c1f4a.zip |
* INSTALL/README: Also refer to the online installation
instructions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190669 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | INSTALL/README | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 834b922d75a..ebebff74ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl> + + * INSTALL/README: Also refer to the online installation + instructions. + 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com> * MAINTAINERS (Write After Approval): Add myself. diff --git a/INSTALL/README b/INSTALL/README index 27bd1738bca..6d19791057a 100644 --- a/INSTALL/README +++ b/INSTALL/README @@ -4,3 +4,4 @@ For releases the installation documentation is generated from gcc/doc/install.texi and copied into this directory. To read this documentation, please point your HTML browser to "index.html". +The latest version is always available at http://gcc.gnu.org/install/ . |