Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl3/binutils/dist

Icon  Name                                                          Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] CVS/ 2025-02-01 12:13 - [DIR] bfd/ 2024-02-15 03:47 - [DIR] binutils/ 2025-02-01 12:13 - [DIR] config/ 2024-02-15 03:47 - [DIR] cpu/ 2024-02-15 03:47 - [DIR] elfcpp/ 2024-02-15 03:47 - [DIR] etc/ 2024-02-15 03:47 - [DIR] gas/ 2025-02-01 12:13 - [DIR] gold/ 2025-02-01 12:13 - [DIR] gprof/ 2024-02-15 03:47 - [DIR] include/ 2025-02-01 12:13 - [DIR] intl/ 2024-02-15 03:47 - [DIR] ld/ 2025-02-01 12:13 - [DIR] libiberty/ 2025-02-01 12:13 - [DIR] opcodes/ 2024-02-15 03:47 - [DIR] texinfo/ 2024-02-15 03:47 - [DIR] zlib/ 2025-02-01 12:13 - [TXT] ltversion.m4 2011-09-25 07:11 703 [TXT] README-maintainer-mode 2018-11-07 06:18 963 [   ] setup.com 2011-09-25 07:10 1.0K [TXT] makefile.vms 2009-08-18 19:16 1.1K [TXT] README 2009-08-18 19:16 1.7K [TXT] ltgcc.m4 2011-09-25 07:11 1.7K [TXT] mkdep 2009-08-18 19:16 2.1K [TXT] symlink-tree 2009-08-18 19:16 2.2K [TXT] move-if-change 2016-01-29 21:44 2.6K [   ] mkinstalldirs 2016-01-29 21:44 3.5K [TXT] MAINTAINERS 2016-01-29 21:44 3.8K [TXT] ltsugar.m4 2011-09-25 07:10 4.3K [TXT] test-driver 2018-11-07 06:18 4.5K [TXT] ar-lib 2018-11-07 06:18 5.7K [TXT] lt~obsolete.m4 2011-09-25 07:11 6.0K [TXT] ylwrap 2016-01-29 21:44 6.3K [TXT] missing 2016-01-29 21:44 6.7K [TXT] compile 2016-01-29 21:44 7.2K [TXT] COPYING3.LIB 2009-08-18 19:16 7.5K [   ] src-release.sh 2018-11-07 06:18 9.9K [TXT] ltoptions.m4 2011-09-25 07:11 12K [TXT] install-sh 2016-01-29 21:44 14K [TXT] config.rpath 2013-09-29 22:38 15K [TXT] COPYING 2009-08-18 19:16 18K [TXT] depcomp 2016-01-29 21:44 22K [TXT] config-ml.in 2018-04-15 07:17 25K [TXT] COPYING.LIB 2009-08-18 19:16 25K [TXT] Makefile.def 2018-11-07 06:18 28K [TXT] COPYING3 2009-08-18 19:16 34K [TXT] config.sub 2018-11-07 10:13 35K [TXT] config.guess 2018-11-07 10:13 43K [   ] Makefile.tpl 2018-11-07 06:18 69K [   ] configure.ac 2018-11-07 10:13 110K [   ] ltmain.sh 2016-01-29 21:44 244K [TXT] libtool.m4 2018-11-07 06:18 258K [TXT] configure 2018-11-07 10:13 465K [   ] ChangeLog 2018-11-07 06:18 489K [   ] md5.sum 2018-11-07 06:18 1.4M [TXT] Makefile.in 2018-11-07 06:18 1.6M
		   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.