forked from MaxKellermann/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* README: Replace with a cut-down and updated version of gcc/README.
gcc: * README: Remove. Some of the contents moved to ../README. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43312 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
jsm28
committed
Jun 13, 2001
1 parent
2ce2be1
commit 8f602ce
Showing
4 changed files
with
21 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2001-06-13 Joseph S. Myers <[email protected]> | ||
|
||
* README: Replace with a cut-down and updated version of gcc/README. | ||
|
||
2001-06-12 David Edelsohn <[email protected]> | ||
|
||
* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
README for GNU development tools | ||
This directory contains the GNU Compiler Collection (GCC) version 3.0. | ||
|
||
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 file 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.html for how to report bugs usefully. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2001-06-13 Joseph S. Myers <[email protected]> | ||
|
||
* README: Remove. Some of the contents moved to ../README. | ||
|
||
2001-06-13 Alexandre Oliva <[email protected]> | ||
|
||
* doc/install.texi (--enable-shared): List package names | ||
|
This file was deleted.
Oops, something went wrong.