aboutsummaryrefslogtreecommitdiff
path: root/gcc/README
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-06-13 08:55:27 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-06-13 08:55:27 +0100
commitbe839b69fde88ebc45260ebe52b55b09db0f25af (patch)
tree23bc968d629555ba6e2cc7d33554a9a1bff11f36 /gcc/README
parent01fe4f7259c9039b9d5b99595283aa139cad0347 (diff)
downloadgcc-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/README')
-rw-r--r--gcc/README26
1 files changed, 0 insertions, 26 deletions
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).