README 1.0 KB

12345678910111213141516171819202122
  1. This directory contains the GNU Compiler Collection (GCC).
  2. The GNU Compiler Collection is free software. See the files whose
  3. names start with COPYING for copying permission. The manuals, and
  4. some of the runtime libraries, are under different terms; see the
  5. individual source files for details.
  6. The directory INSTALL contains copies of the installation information
  7. as HTML and plain text. The source of this information is
  8. gcc/doc/install.texi. The installation information includes details
  9. of what is included in the GCC sources and what files GCC installs.
  10. See the file gcc/doc/gcc.texi (together with other files that it
  11. includes) for usage and porting information. An online readable
  12. version of the manual is in the files gcc/doc/gcc.info*.
  13. See http://gcc.gnu.org/bugs/ for how to report bugs usefully.
  14. Copyright years on GCC source files may be listed using range
  15. notation, e.g., 1987-2012, indicating that every year in the range,
  16. inclusive, is a copyrightable year that could otherwise be listed
  17. individually.