diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-13 08:55:27 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-13 08:55:27 +0100 |
commit | be839b69fde88ebc45260ebe52b55b09db0f25af (patch) | |
tree | 23bc968d629555ba6e2cc7d33554a9a1bff11f36 /gcc | |
parent | 01fe4f7259c9039b9d5b99595283aa139cad0347 (diff) | |
download | gcc-be839b69fde88ebc45260ebe52b55b09db0f25af.zip gcc-be839b69fde88ebc45260ebe52b55b09db0f25af.tar.gz gcc-be839b69fde88ebc45260ebe52b55b09db0f25af.tar.bz2 |
README: Replace with a cut-down and updated version of gcc/README.
* README: Replace with a cut-down and updated version of gcc/README.
gcc:
* README: Remove. Some of the contents moved to ../README.
From-SVN: r43312
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/README | 26 |
2 files changed, 4 insertions, 26 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7761aa5..09f0c79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk> + + * README: Remove. Some of the contents moved to ../README. + 2001-06-13 Alexandre Oliva <aoliva@redhat.com> * doc/install.texi (--enable-shared): List package names diff --git a/gcc/README b/gcc/README deleted file mode 100644 index 6a49bc9..0000000 --- a/gcc/README +++ /dev/null @@ -1,26 +0,0 @@ -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. - -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 -named libgcc.a. It will also create /usr/local/bin/gcc, which is -the user-level command to do a compilation. - -See the Bugs chapter of the GCC Manual for how to report bugs -usefully. An online readable version of the manual is in the files -gcc.info*. - -The files pself.c and pself1.c are not part of GCC. -They are programs that print themselves on standard output. -They were written by Dario Dariol and Giovanni Cozzi, and are -included for your hacking pleasure. Likewise pself2.c -(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit -Fakhreyev). |