Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl3/gdb/dist
Name Last modified Size Description
Parent Directory -
COPYING 2011-09-25 04:41 18K
COPYING.LIB 2011-09-25 04:41 25K
COPYING3 2011-09-25 04:42 34K
COPYING3.LIB 2011-09-25 04:42 7.5K
CVS/ 2024-11-04 12:04 -
ChangeLog 2019-05-27 05:59 490K
MAINTAINERS 2015-08-15 18:46 3.8K
Makefile.def 2019-05-27 05:59 28K
Makefile.in 2019-05-27 05:59 1.6M
Makefile.tpl 2019-05-27 05:59 70K
README 2011-09-25 04:41 1.7K
README-maintainer-mode 2019-05-27 05:59 963
ar-lib 2019-05-27 05:59 5.7K
bfd/ 2024-02-15 03:48 -
compile 2015-08-15 18:46 7.2K
config-ml.in 2019-05-27 05:59 25K
config.guess 2019-05-27 06:39 44K
config.rpath 2011-09-25 04:41 15K
config.sub 2019-05-27 06:39 31K
config/ 2024-02-15 03:48 -
configure 2019-05-27 05:59 466K
configure.ac 2019-05-27 05:59 110K
contrib/ 2024-02-15 03:48 -
cpu/ 2024-02-15 03:48 -
depcomp 2015-08-15 18:46 22K
djunpack.bat 2019-05-27 05:59 1.8K
etc/ 2024-02-15 03:48 -
gdb/ 2024-11-04 12:04 -
include/ 2024-11-04 12:04 -
install-sh 2015-08-15 18:46 14K
intl/ 2024-02-15 03:48 -
libdecnumber/ 2024-02-15 03:48 -
libiberty/ 2024-02-15 03:48 -
libtool.m4 2019-05-27 05:59 258K
ltgcc.m4 2011-09-25 04:42 1.7K
ltmain.sh 2015-08-15 18:46 244K
ltoptions.m4 2011-09-25 04:41 12K
ltsugar.m4 2011-09-25 04:41 4.3K
ltversion.m4 2011-09-25 04:41 703
lt~obsolete.m4 2011-09-25 04:41 6.0K
md5.sum 2019-05-27 05:59 803K
missing 2015-08-15 18:46 6.7K
mkdep 2011-09-25 04:42 2.1K
mkinstalldirs 2015-08-15 18:46 3.5K
move-if-change 2015-08-15 18:46 2.6K
opcodes/ 2024-02-15 03:48 -
readline/ 2024-11-04 12:04 -
sim/ 2024-11-04 12:04 -
src-release.sh 2019-05-27 05:59 9.9K
symlink-tree 2011-09-25 04:41 2.2K
test-driver 2019-05-27 05:59 4.5K
texinfo/ 2024-02-15 03:48 -
ylwrap 2015-08-15 18:46 6.3K
zlib/ 2024-11-04 12:04 -
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.