diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2014-10-12 15:05:28 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2014-10-12 15:05:28 +0000 |
commit | 7b262a51ea2310bdb6cc901de00f04b0e7be0a4e (patch) | |
tree | 31181fd17a5d9e15478164bceedff861cb485e7a | |
parent | d1522e8f63167d81f6bd77c5d29ffdba2e6fbe86 (diff) | |
download | gcc-7b262a51ea2310bdb6cc901de00f04b0e7be0a4e.zip gcc-7b262a51ea2310bdb6cc901de00f04b0e7be0a4e.tar.gz gcc-7b262a51ea2310bdb6cc901de00f04b0e7be0a4e.tar.bz2 |
README: Do not mention CVS.
2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
* INSTALL/README: Do not mention CVS.
From-SVN: r216126
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL/README | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org> + + * INSTALL/README: Do not mention CVS. + 2014-10-03 Jing Yu <jingyu@google.com> * configure.ac: Add aarch64 to list of targets that support gold. diff --git a/INSTALL/README b/INSTALL/README index 6d19791..38574d3 100644 --- a/INSTALL/README +++ b/INSTALL/README @@ -1,4 +1,4 @@ -This directory has been obsoleted for GCC snapshots and CVS access. +This directory has been obsoleted for GCC snapshots and SVN access. For releases the installation documentation is generated from gcc/doc/install.texi and copied into this directory. |