X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=README;h=7b1097f55c18449128d378a00e360aeaff80fc6e;hp=660ab17735f1601839be6085fd1db2b7e3b5a398;hb=4c594a7d3aecfb70e5f1b238c93aadc704913a8b;hpb=de7dcc817846afae9fd4b889ae14841a491ee976 diff --git a/README b/README index 660ab17735f..7b1097f55c1 100644 --- a/README +++ b/README @@ -1,17 +1,17 @@ - README for GNU development tools +This directory contains the GNU Compiler Collection (GCC). -This directory contains various GNU compilers, assemblers, linkers, -debuggers, etc., plus their support routines, definitions, and documentation. +The GNU Compiler Collection is free software. See the files whose +names start with COPYING for copying permission. The manuals, and +some of the runtime libraries, are under different terms; see the +individual source files for details. +The directory INSTALL contains copies of the installation information +as HTML and plain text. The source of this information is +gcc/doc/install.texi. The installation information includes details +of what is included in the GCC sources and what files GCC installs. -Check the INSTALL directory for detailed configuration and installation -instructions. +See the file gcc/doc/gcc.texi (together with other files that it +includes) for usage and porting information. An online readable +version of the manual is in the files gcc/doc/gcc.info*. - -Much of the code and documentation enclosed is copyright by -the Free Software Foundation, Inc. See the file COPYING or -COPYING.LIB in the various directories, for a description of the -GNU General Public License terms under which you can copy the files. - -REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info -on where and how to report problems. +See http://gcc.gnu.org/bugs/ for how to report bugs usefully.