From 82bcbebce43f0227f506d75a5b764b6847041bae Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Mon, 1 Oct 2012 10:30:31 -0700 Subject: Initial check-in of gcc 4.7.2. Change-Id: I4a2f5a921c21741a0e18bda986d77e5f1bef0365 --- gcc-4.7/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gcc-4.7/README (limited to 'gcc-4.7/README') diff --git a/gcc-4.7/README b/gcc-4.7/README new file mode 100644 index 000000000..7b1097f55 --- /dev/null +++ b/gcc-4.7/README @@ -0,0 +1,17 @@ +This directory contains the GNU Compiler Collection (GCC). + +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. + +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*. + +See http://gcc.gnu.org/bugs/ for how to report bugs usefully. -- cgit v1.2.3