You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michal Ludvig ac2ee83226 Added new instructions for new version of VIA PadLock. 22 years ago
config This commit was manufactured by cvs2svn to create branch 23 years ago
etc Generated files for the 2.15 branch. 23 years ago
include Added new instructions for new version of VIA PadLock. 22 years ago
texinfo Merge to 2.15 branch. 23 years ago
COPYING 19990502 sourceware import 28 years ago
COPYING.LIB 19990502 sourceware import 28 years ago
COPYING.LIBGLOSS This commit was manufactured by cvs2svn to create branch 'jimb- 23 years ago
COPYING.NEWLIB This commit was manufactured by cvs2svn to create branch 23 years ago
ChangeLog Additional merges to branch for 2.15. 23 years ago
MAINTAINERS Remove MPW support from the branch to handle unversioned modules file. 23 years ago
Makefile.def This commit was manufactured by cvs2svn to create branch 23 years ago
Makefile.in Additional merges to branch for 2.15. 23 years ago
Makefile.tpl Additional merges to branch for 2.15. 23 years ago
README 19990502 sourceware import 28 years ago
README-maintainer-mode This commit was manufactured by cvs2svn to create branch 24 years ago
config-ml.in This commit was manufactured by cvs2svn to create branch 23 years ago
config.guess Merge to 2.15 branch. 23 years ago
config.if This commit was manufactured by cvs2svn to create branch 23 years ago
config.sub Merge to 2.15 branch. 23 years ago
configure * configure.in (mips*-*-irix5*): Enable ld. 23 years ago
configure.in * configure.in (mips*-*-irix5*): Enable ld. 23 years ago
gettext.m4 This commit was manufactured by cvs2svn to create branch 23 years ago
install-sh This commit was manufactured by cvs2svn to create branch 23 years ago
libtool.m4 This commit was manufactured by cvs2svn to create branch 24 years ago
ltcf-c.sh 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org> 24 years ago
ltcf-cxx.sh This commit was manufactured by cvs2svn to create branch 24 years ago
ltcf-gcj.sh This commit was manufactured by cvs2svn to create branch 24 years ago
ltconfig This commit was manufactured by cvs2svn to create branch 23 years ago
ltmain.sh * ltmain.sh (relink_command): Fix typo in previous change. 25 years ago
makefile.vms 19990502 sourceware import 28 years ago
missing This commit was manufactured by cvs2svn to create branch 23 years ago
mkdep * mkdep: New file. 27 years ago
mkinstalldirs This commit was manufactured by cvs2svn to create branch 23 years ago
move-if-change 19990502 sourceware import 28 years ago
setup.com 19990502 sourceware import 28 years ago
src-release Remove MPW support from the branch to handle unversioned modules file. 23 years ago
symlink-tree This commit was manufactured by cvs2svn to create branch 23 years ago
ylwrap 19990502 sourceware import 28 years ago

README

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers,
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README; if with a libg++ release,
see libg++/README, etc. That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command. To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

./configure
make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''. You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make. For example (assuming sh/bash/ksh):

CC=gcc ./configure
make

A similar example using csh:

setenv CC gcc
./configure
make

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.