Go to file
cvs2svn 4db0b146b8 This commit was manufactured by cvs2svn to create branch 'gdb-
premipsmulti-2000-06-06-branch'.

Sprout from gdb_5_0-2000-04-10-branch 2000-04-09 12:17:37 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2000-06-03 01:57:29 UTC Alan Modra <modra@gmail.com> 'Fix name clash':
    ChangeLog
    MAINTAINERS
    Makefile.in
    config.guess
    config.sub
    configure
    configure.in
    djunpack.bat
    include/ChangeLog
    include/bfdlink.h
    include/coff/ChangeLog
    include/coff/ia64.h
    include/coff/internal.h
    include/coff/pe.h
    include/coff/rs6k64.h
    include/coff/ti.h
    include/dis-asm.h
    include/elf/ChangeLog
    include/elf/common.h
    include/elf/ia64.h
    include/elf/mips.h
    include/elf/mn10300.h
    include/elf/reloc-macros.h
    include/filenames.h
    include/floatformat.h
    include/opcode/ChangeLog
    include/opcode/cgen.h
    include/opcode/d10v.h
    include/opcode/h8300.h
    include/opcode/hppa.h
    include/opcode/i386.h
    include/opcode/ia64.h
    include/opcode/ppc.h
    include/opcode/tic54x.h
    ltmain.sh
    texinfo/texinfo.tex
2000-06-03 01:57:30 +00:00
config This commit was manufactured by cvs2svn to create branch 'binutils- 2000-04-04 14:32:33 +00:00
etc 19990502 sourceware import 1999-05-03 07:29:06 +00:00
include This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
texinfo This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
COPYING 19990502 sourceware import 1999-05-03 07:29:06 +00:00
COPYING.LIB 19990502 sourceware import 1999-05-03 07:29:06 +00:00
ChangeLog This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
MAINTAINERS This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
Makefile.in This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
README 19990502 sourceware import 1999-05-03 07:29:06 +00:00
config-ml.in 19990502 sourceware import 1999-05-03 07:29:06 +00:00
config.guess This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
config.if 19990502 sourceware import 1999-05-03 07:29:06 +00:00
config.sub This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
configure This commit was manufactured by cvs2svn to create branch 2000-04-09 12:17:37 +00:00
configure.in This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
djunpack.bat This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
install-sh 19990502 sourceware import 1999-05-03 07:29:06 +00:00
ltconfig This commit was manufactured by cvs2svn to create branch 'binutils- 2000-04-04 14:32:33 +00:00
ltmain.sh This commit was manufactured by cvs2svn to create branch 'gdb- 2000-06-03 01:57:30 +00:00
makefile.vms 19990502 sourceware import 1999-05-03 07:29:06 +00:00
missing 19990502 sourceware import 1999-05-03 07:29:06 +00:00
mkdep This commit was manufactured by cvs2svn to create branch 'binutils- 2000-04-04 14:32:33 +00:00
mkinstalldirs 19990502 sourceware import 1999-05-03 07:29:06 +00:00
move-if-change 19990502 sourceware import 1999-05-03 07:29:06 +00:00
mpw-README 19990502 sourceware import 1999-05-03 07:29:06 +00:00
mpw-build.in 19990502 sourceware import 1999-05-03 07:29:06 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:06 +00:00
mpw-configure 19990502 sourceware import 1999-05-03 07:29:06 +00:00
mpw-install 19990502 sourceware import 1999-05-03 07:29:06 +00:00
setup.com 19990502 sourceware import 1999-05-03 07:29:06 +00:00
symlink-tree 19990502 sourceware import 1999-05-03 07:29:06 +00:00
ylwrap 19990502 sourceware import 1999-05-03 07:29:06 +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.