diff options
| -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 |
