diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-01 18:53:49 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-01 18:53:49 +0000 |
| commit | ae87b971308fc55a814a6464c4ea71dadcf3c932 (patch) | |
| tree | f52f21734f547927c55649b4f2666275f08c0fec | |
| parent | 81a1accbbae57e0cbb1abc0aecef6c65c4c1a3f4 (diff) | |
| download | ppe42-gcc-ae87b971308fc55a814a6464c4ea71dadcf3c932.tar.gz ppe42-gcc-ae87b971308fc55a814a6464c4ea71dadcf3c932.zip | |
* README: Update references to installation instructions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42785 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 9d790039231..21a89b602cd 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> diff --git a/gcc/README b/gcc/README index a317c64f075..6a49bc9a032 100644 --- a/gcc/README +++ b/gcc/README @@ -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 |

