diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2001-06-01 20:53:49 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-06-01 18:53:49 +0000 |
commit | 76b5c5e0d338a6556c820ef3884085fcd1fef7e0 (patch) | |
tree | f52f21734f547927c55649b4f2666275f08c0fec /gcc | |
parent | 38209993d41e11f1a96130fbe2b2d2df653610cf (diff) | |
download | gcc-76b5c5e0d338a6556c820ef3884085fcd1fef7e0.zip gcc-76b5c5e0d338a6556c820ef3884085fcd1fef7e0.tar.gz gcc-76b5c5e0d338a6556c820ef3884085fcd1fef7e0.tar.bz2 |
* README: Update references to installation instructions.
From-SVN: r42785
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/README | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d79003..21a89b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * README: Update references to installation instructions. + 2001-06-01 Laurent Guerby <guerby@acm.org> Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> @@ -1,13 +1,13 @@ -This directory contains the GNU Compiler Collection (GCC) version 3.1. +This directory contains the GNU Compiler Collection (GCC) version 3.0. It includes all of the support for compiling C, C++, Objective C, Fortran, Java, and Chill. -The GNU Compiler Collection is free software. See the file COPYING for copying -permission. +The GNU Compiler Collection is free software. See the file COPYING for +copying permission. -See the file gcc.texi (together with other files that it includes) for -installation and porting information. The file INSTALL contains a -copy of the installation information, as plain ASCII. +See the file doc/gcc.texi (together with other files that it includes) +for installation and porting information. The directory ../INSTALL +contains copies of the installation information as HTML and plain text. Installing this package will create various files in subdirectories of /usr/local/lib, which are passes used by the compiler and a library |