OSDN Git Service

* Makefile.in (local-distclean): Remove leftover built files.
[pf3gnuchains/gcc-fork.git] / gcc / README
1 This directory contains the GNU Compiler Collection (GCC) version 2.96.
2 It includes all of the support for compiling C, C++, Objective C, Fortran,
3 Java, and Chill.
4
5 The GNU Compiler Collection is free software.  See the file COPYING for copying
6 permission.
7
8 See the file gcc.texi (together with other files that it includes) for
9 installation and porting information.  The file INSTALL contains a
10 copy of the installation information, as plain ASCII.
11
12 Installing this package will create various files in subdirectories of
13 /usr/local/lib, which are passes used by the compiler and a library
14 named libgcc.a.  It will also create /usr/local/bin/gcc, which is
15 the user-level command to do a compilation.
16
17 See the Bugs chapter of the GCC Manual for how to report bugs
18 usefully.  An online readable version of the manual is in the files
19 gcc.info*.
20
21 The files pself.c and pself1.c are not part of GCC.
22 They are programs that print themselves on standard output.
23 They were written by Dario Dariol and Giovanni Cozzi, and are
24 included for your hacking pleasure.  Likewise pself2.c
25 (Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
26 Fakhreyev).