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.
 
 
 
 
 
 
Andrew Cagney 07137a112d * rs6000-tdep.c (rs6000_breakpoint_from_pc): Change big_breakpoint 28 years ago
bfd * coff-i386.c (i3coff_object_p): Remove hack. Use new emulation 28 years ago
binutils regenerated Makefile.in 28 years ago
config * cygwin.mh: Add extra libtermcap target information. 28 years ago
gas Fix calculation of address for pc rel operations. 28 years ago
gdb * rs6000-tdep.c (rs6000_breakpoint_from_pc): Change big_breakpoint 28 years ago
gprof Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com> 28 years ago
include Merge egcs-19981109 28 years ago
intl * Makefile.in (distclean): Remove config.log. 28 years ago
ld * ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file" 28 years ago
mmalloc * Makefile.in (mm.o): New target that combines all the functions 30 years ago
opcodes Mon Nov 23 18:28:48 1998 Dave Brolley <brolley@cygnus.com> 28 years ago
readline Mon Nov 2 15:26:33 1998 Geoffrey Noer <noer@cygnus.com> 28 years ago
sim Fix --enable-build-warnings=-Werror failures. 28 years ago
.Sanitize For top level: 28 years ago
.cvsignore dummy commit before egcs merge 28 years ago
Build-A-Release.mk didn't get propagated from progressive to devo. 34 years ago
COPYING dummy commit before egcs merge 28 years ago
COPYING.LIB dummy commit before egcs merge 28 years ago
ChangeLog Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com> 28 years ago
DOC.Sanitize Updated documentation for lose-inet -> keep-inet change 30 years ago
Install.in Add some files from Progressive shich shouldn't be lost. 34 years ago
Makefile.in Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com> 28 years ago
Pack-A-Progressive Add some files from Progressive shich shouldn't be lost. 34 years ago
README dummy commit before egcs merge 28 years ago
config-ml.in dummy commit before egcs merge 28 years ago
config.guess dummy commit before egcs merge 28 years ago
config.if dummy commit before egcs merge 28 years ago
config.sub Build FR30 libraries with -Os. 28 years ago
configure dummy commit before egcs merge 28 years ago
configure.bat additions for binutils release from dj 32 years ago
configure.in * configure.in: Add libtermcap to list of cygwin dependencies. 28 years ago
install-sh dummy commit before egcs merge 28 years ago
install-texi.in Add some files from Progressive shich shouldn't be lost. 34 years ago
intro.texi Add some files from Progressive shich shouldn't be lost. 34 years ago
ltconfig dummy commit before egcs merge 28 years ago
ltmain.sh dummy commit before egcs merge 28 years ago
makeall.bat additions for binutils release from dj 32 years ago
makefile.vms Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de> 28 years ago
mdate-sh * mdata-sh: Imported. Needed for automake support. 28 years ago
missing dummy commit before egcs merge 28 years ago
mkdep dummy commit before egcs merge 28 years ago
mkinstalldirs dummy commit before egcs merge 28 years ago
move-if-change dummy commit before egcs merge 28 years ago
mpw-README dummy commit before egcs merge 28 years ago
mpw-build.in dummy commit before egcs merge 28 years ago
mpw-config.in dummy commit before egcs merge 28 years ago
mpw-configure dummy commit before egcs merge 28 years ago
mpw-install dummy commit before egcs merge 28 years ago
setup.com Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de> 30 years ago
symlink-tree dummy commit before egcs merge 28 years ago
tape-labels-tex.in Add some files from Progressive shich shouldn't be lost. 34 years ago
test-build.mk add support for i386-unixware target, m68k-vxworks5.1 target, i960-vxworks5.1 target... always configure with --enable-gdbtk 31 years ago
ylwrap dummy commit before egcs merge 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.