Mercurial > hg > CbC > CbC_gcc
annotate README @ 107:a3a2f64cf8f4
modify implementation of rectype
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 14 Jun 2012 19:44:54 +0900 |
parents | 77e2b8dfacca |
children | 04ced10e8804 |
rev | line source |
---|---|
0 | 1 This directory contains the GNU Compiler Collection (GCC). |
2 | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
3 The GNU Compiler Collection is free software. See the files whose |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
4 names start with COPYING for copying permission. The manuals, and |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
5 some of the runtime libraries, are under different terms; see the |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
6 individual source files for details. |
0 | 7 |
8 The directory INSTALL contains copies of the installation information | |
9 as HTML and plain text. The source of this information is | |
10 gcc/doc/install.texi. The installation information includes details | |
11 of what is included in the GCC sources and what files GCC installs. | |
12 | |
13 See the file gcc/doc/gcc.texi (together with other files that it | |
14 includes) for usage and porting information. An online readable | |
15 version of the manual is in the files gcc/doc/gcc.info*. | |
16 | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
17 See http://gcc.gnu.org/bugs/ for how to report bugs usefully. |