Index of /archives/NetBSD/NetBSD-release-10/src/external/gpl3/binutils.old/dist

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