Go to file
Lu zhiping fc1f49f743 changed debian/source/format to native 2022-06-16 16:46:51 +08:00
bfd Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
config Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
contrib Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
cpu Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
debian changed debian/source/format to native 2022-06-16 16:46:51 +08:00
etc Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
gdb python3.8 2022-06-16 16:46:51 +08:00
gnulib Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
include load-versioned-libcc1 2022-06-16 16:46:50 +08:00
intl Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
libctf Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
libdecnumber Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
libiberty Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
opcodes Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
readline Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
sim Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
texinfo Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
zlib Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
COPYING Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
COPYING.LIB Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
COPYING3 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
COPYING3.LIB Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ChangeLog Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
MAINTAINERS Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
Makefile.def Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
Makefile.in Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
Makefile.tpl Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
README Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
README-maintainer-mode Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ar-lib Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
compile Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
config-ml.in Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
config.guess Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
config.rpath Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
config.sub Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
configure Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
configure.ac Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
depcomp Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
djunpack.bat Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
install-sh Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
libtool.m4 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ltgcc.m4 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ltmain.sh Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ltoptions.m4 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ltsugar.m4 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ltversion.m4 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
lt~obsolete.m4 Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
md5.sum Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
missing Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
mkdep Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
mkinstalldirs Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
move-if-change Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
src-release.sh Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
symlink-tree Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
test-driver Import Upstream version 9.1 2022-06-16 16:45:02 +08:00
ylwrap Import Upstream version 9.1 2022-06-16 16:45:02 +08: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.