NetBSD/gnu/dist/gdb
martin 5da3a222b2 Add thread support (XXX - not realy functional yet) 2003-09-15 18:53:43 +00:00
..
bfd Match "mips*-*-netbsd*" instead of just "mips-*-openbsd*" on NetBSD 2003-09-11 04:55:03 +00:00
config Import gdb-5.3 2003-08-11 20:21:35 +00:00
etc Import gdb-5.3 2003-08-11 20:31:36 +00:00
gdb Add thread support (XXX - not realy functional yet) 2003-09-15 18:53:43 +00:00
include avoid PARAMS redefinition. 2003-08-16 21:57:20 +00:00
intl Import gdb-5.3 2003-08-11 20:31:36 +00:00
libiberty Import gdb-5.3 2003-08-11 20:21:35 +00:00
mmalloc Import gdb-5.3 2003-08-11 20:21:35 +00:00
opcodes Import gdb-5.3 2003-08-11 20:21:35 +00:00
readline Backout previos (no comment on this code). 2003-09-14 08:54:40 +00:00
sim Import gdb-5.3 2003-08-11 20:31:36 +00:00
texinfo Import gdb-5.3 2003-08-11 20:31:36 +00:00
utils Remove accidently commited (generated) files that "make distclean" fails 2003-08-17 23:51:12 +00:00
COPYING Re-add dead files. 2003-08-11 20:58:34 +00:00
COPYING.LIB Import gdb-5.3 2003-08-11 20:21:35 +00:00
Makefile.in Re-add dead files. 2003-08-11 20:58:34 +00:00
README Re-add dead files. 2003-08-11 20:58:34 +00:00
config-ml.in Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.guess Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.if Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.sub Import gdb-5.3 2003-08-11 20:21:35 +00:00
configure Re-add dead files. 2003-08-11 20:58:34 +00:00
configure.in Re-add dead files. 2003-08-11 20:58:34 +00:00
djunpack.bat Import gdb-5.3 2003-08-11 20:21:35 +00:00
gettext.m4 Import gdb-5.3 2003-08-11 20:21:35 +00:00
install-sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
libtool.m4 Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-c.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-cxx.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-gcj.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltconfig Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltmain.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
md5.sum Import gdb-5.3 2003-08-11 20:21:35 +00:00
missing Import gdb-5.3 2003-08-11 20:21:35 +00:00
mkinstalldirs Import gdb-5.3 2003-08-11 20:21:35 +00:00
move-if-change Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-README Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-build.in Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-config.in Re-add dead files. 2003-08-11 20:58:34 +00:00
mpw-configure Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-install Import gdb-5.3 2003-08-11 20:21:35 +00:00
symlink-tree Import gdb-5.3 2003-08-11 20:21:35 +00:00
ylwrap Import gdb-5.3 2003-08-11 20:21:35 +00:00

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.