Go to file
Ian Lance Taylor 7a7b06ef3d 1999-08-05 Donn Terry <donn@interix.com>
* Makefile.am (YACC): If bison is not in the source tree, use
	@YACC@ rather than bison -y.
	(LEX): If flex is not in the source tree, use @LEX@ rather than
	flex.
	* configure.in: Build dlltool for i[3-6]86-*-interix.
	* Makefile.in, configure: Rebuild.
1999-08-05 15:35:10 +00:00
bfd * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectors 1999-08-05 03:50:28 +00:00
binutils 1999-08-05 Donn Terry <donn@interix.com> 1999-08-05 15:35:10 +00:00
config
etc
gas * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byte 1999-08-05 00:09:42 +00:00
gdb import gdb-1999-08-02 snapshot 1999-08-02 23:48:37 +00:00
gprof From Mark Elbrecht: 1999-07-22 01:07:15 +00:00
include Support for gcc to generate 16-bit i386 code. (.code16gcc) 1999-08-04 10:07:41 +00:00
intl
ld * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000. 1999-08-03 16:47:16 +00:00
libiberty * floatformat.c: Add casts to avoid signed/unsigned warnings. 1999-08-03 16:00:39 +00:00
mmalloc
opcodes Fix oops. 1999-07-28 10:36:38 +00:00
readline This commit was generated by cvs2svn to track changes on a CVS vendor 1999-08-02 23:48:02 +00:00
sim import gdb-1999-08-02 snapshot 1999-08-02 23:48:37 +00:00
texinfo
.cvsignore
ChangeLog * Makefile.in (check-target-libio): Remove all-target-libstdc++ 1999-07-30 07:40:51 +00:00
config-ml.in
config.guess
config.if
config.sub
configure * configure: Add -W -Wall to the default CFLAGS when compiling with 1999-07-11 17:26:49 +00:00
configure.in è 1999-07-08 11:35:04 +00:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
Makefile.in * Makefile.in (check-target-libio): Remove all-target-libstdc++ 1999-07-30 07:40:51 +00:00
makefile.vms
missing
mkinstalldirs
move-if-change
mpw-build.in
mpw-config.in
mpw-configure
mpw-install
mpw-README
README
setup.com
symlink-tree
ylwrap

		   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.