NetBSD/gnu/dist/toolchain
ragge 3a99ca5371 Set USER_LABEL_PREFIX to "", otherwise native compilation of some GNU
utilities (like texinfo) fails.
2003-11-03 10:07:34 +00:00
..
bfd Add in-tree toolchain support for HPPA. 2003-10-06 05:10:13 +00:00
binutils use %llu for unsigned long long printing; PR bin/22552 2003-08-20 13:58:08 +00:00
config
contrib
etc
gas Add in-tree toolchain support for HPPA. 2003-10-06 05:10:13 +00:00
gcc Set USER_LABEL_PREFIX to "", otherwise native compilation of some GNU 2003-11-03 10:07:34 +00:00
gdb get sys/signal.h included before machine/frame.h includes m68k/signal.h 2003-09-22 21:42:46 +00:00
gprof These man pages are not from the Berkeley distribution -- remove ".UC". 2003-06-30 14:09:51 +00:00
include
install
intl
ld Add in-tree toolchain support for HPPA. 2003-10-06 05:10:13 +00:00
libchill
libf2c
libiberty
libio Include <string.h>. From Ian Lance Taylor. 2003-05-06 02:31:06 +00:00
libobjc
libstdc++
mmalloc
opcodes Add rev 1.48 from binutils: 2003-07-24 03:40:17 +00:00
readline
sim Fix various GCC3.3.1 nits 2003-09-23 18:53:03 +00:00
texinfo
.brik
COPYING
COPYING.LIB
ChangeLog
FAQ
MAINTAINERS
Makefile.in
README
config-ml.in
config.guess
config.if
config.sub
configure
configure.in If host is x86-*-netbsd*, don't descend into gcc, gdb, and rcs 2003-10-23 02:58:49 +00:00
faq.html
gettext.m4
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
makefile.vms
md5.sum
missing
mkdep
mkinstalldirs
move-if-change
mpw-README
mpw-build.in
mpw-config.in
mpw-configure
mpw-install
setup.com
symlink-tree
ylwrap

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.