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.
 
 
 
 
 
 
Nick Clifton 4145dbc306 Add support for StrongARM target 28 years ago
bfd * Makefile.am: Rebuild dependencies. 28 years ago
binutils m32rx -> cygnus sanitization change. 28 years ago
config * configure.in: makefile stub for cygwin target is probably 28 years ago
gas Add support for StrongARM target. 28 years ago
gdb From Frank Ch. Eigler <fche@cygnus.com> 28 years ago
gprof * gprof.texi (Symspecs): Mention that you have to add any 28 years ago
include m32rx -> cygnus sanitization change. 28 years ago
intl * Makefile.in (distclean): Remove config.log. 29 years ago
ld * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once. Check for 28 years ago
mmalloc * Makefile.in (mm.o): New target that combines all the functions 30 years ago
opcodes * Makefile.am: Rebuild dependencies. 28 years ago
readline new dir cross-build needs to be kept. 28 years ago
sim Add support for StrongARM target 28 years ago
.Sanitize m32rx -> cygnus sanitization changes. 28 years ago
.cvsignore dummy commit before egcs merge 28 years ago
Build-A-Release.mk didn't get propagated from progressive to devo. 35 years ago
COPYING dummy commit before egcs merge 28 years ago
COPYING.LIB dummy commit before egcs merge 28 years ago
ChangeLog Add support for strongarm target. 28 years ago
DOC.Sanitize Updated documentation for lose-inet -> keep-inet change 31 years ago
Install.in Add some files from Progressive shich shouldn't be lost. 35 years ago
Makefile.in Merge egcs-19990112. 28 years ago
Pack-A-Progressive Add some files from Progressive shich shouldn't be lost. 35 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 Add support for strongarm target. 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 Add support for strongarm target. 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. 35 years ago
intro.texi Add some files from Progressive shich shouldn't be lost. 35 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> 29 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. 35 years ago
test-build.mk add support for i386-unixware target, m68k-vxworks5.1 target, i960-vxworks5.1 target... always configure with --enable-gdbtk 32 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.