Name Date Size #Lines LOC

..24-Dec-2022-

bfd/H24-Dec-2022-878,701656,337

binutils/H24-Dec-2022-418,745334,239

config/H24-Dec-2022-12,61910,859

cpu/H24-Dec-2022-78,20070,070

elfcpp/H24-Dec-2022-6,8934,616

etc/H24-Dec-2022-4,2733,248

gas/H31-Dec-2022-842,465649,611

gold/H24-Dec-2022-249,356185,675

gprof/H24-Dec-2022-52,28541,394

include/H24-Dec-2022-110,94271,420

intl/H24-Dec-2022-19,10014,504

ld/H28-Jul-2023-276,298226,341

libctf/H24-Dec-2022-30,75024,332

libiberty/H24-Dec-2022-72,33850,605

opcodes/H24-Dec-2022-723,773590,016

texinfo/H08-May-2022-9,2928,559

zlib/H24-Dec-2022-92,88270,872

COPYINGH A D08-May-202217.6 KiB341281

COPYING.LIBH A D08-May-202224.7 KiB

COPYING3H A D08-May-202234.3 KiB675553

COPYING3.LIBH A D08-May-20227.5 KiB

ChangeLogH A D24-Dec-2022498.5 KiB16,18810,471

MAINTAINERSH A D24-Dec-20223.9 KiB11996

Makefile.defH A D24-Dec-202229.6 KiB649600

Makefile.inH A D24-Dec-20221.7 MiB52,18246,010

Makefile.tplH A D24-Dec-202269.7 KiB1,9831,470

READMEH A D08-May-20221.7 KiB4835

README-maintainer-modeH A D08-May-2022963 2620

ar-libH A D08-May-20225.7 KiB271210

compileH A D08-May-20227.2 KiB348258

config-ml.inH A D08-May-202224.6 KiB872814

config.guessH A D24-Dec-202247.4 KiB1,6691,458

config.rpathH A D08-May-202214.6 KiB544438

config.subH A D24-Dec-202230.9 KiB1,7951,638

configureH A D24-Dec-2022470.9 KiB16,08913,225

configure.acH A D24-Dec-2022111.4 KiB3,5523,250

depcompH A D08-May-202221.9 KiB757476

install-shH A D08-May-202214.3 KiB502327

libtool.m4H A D08-May-2022257.7 KiB7,4406,717

ltgcc.m4H A D08-May-20221.7 KiB6148

ltmain.shH A D08-May-2022243.9 KiB8,6376,651

ltoptions.m4H A D08-May-202211.7 KiB370304

ltsugar.m4H A D08-May-20224.3 KiB124100

ltversion.m4H A D08-May-2022703 2419

lt~obsolete.m4H A D08-May-20226 KiB9994

makefile.vmsH A D08-May-20221.1 KiB7254

md5.sumH A D24-Dec-20221.6 MiB23,75423,753

missingH A D08-May-20226.7 KiB216143

mkdepH A D08-May-20222.1 KiB8839

mkinstalldirsH A D08-May-20223.5 KiB163112

move-if-changeH A D08-May-20222.6 KiB8441

setup.comH A D08-May-20221 KiB5251

src-release.shH A D24-Dec-202210.1 KiB386305

symlink-treeH A D08-May-20222.2 KiB7936

test-driverH A D08-May-20224.5 KiB14987

ylwrapH A D08-May-20226.3 KiB233133

README

1		   README for GNU development tools
2
3This directory contains various GNU compilers, assemblers, linkers,
4debuggers, etc., plus their support routines, definitions, and documentation.
5
6If you are receiving this as part of a GDB release, see the file gdb/README.
7If with a binutils release, see binutils/README;  if with a libg++ release,
8see libg++/README, etc.  That'll give you info about this
9package -- supported targets, how to use it, how to report bugs, etc.
10
11It is now possible to automatically configure and build a variety of
12tools with one command.  To build all of the tools contained herein,
13run the ``configure'' script here, e.g.:
14
15	./configure
16	make
17
18To install them (by default in /usr/local/bin, /usr/local/lib, etc),
19then do:
20	make install
21
22(If the configure script can't determine your type of computer, give it
23the name as an argument, for instance ``./configure sun4''.  You can
24use the script ``config.sub'' to test whether a name is recognized; if
25it is, config.sub translates it to a triplet specifying CPU, vendor,
26and OS.)
27
28If you have more than one compiler on your system, it is often best to
29explicitly set CC in the environment before running configure, and to
30also set CC when running make.  For example (assuming sh/bash/ksh):
31
32	CC=gcc ./configure
33	make
34
35A similar example using csh:
36
37	setenv CC gcc
38	./configure
39	make
40
41Much of the code and documentation enclosed is copyright by
42the Free Software Foundation, Inc.  See the file COPYING or
43COPYING.LIB in the various directories, for a description of the
44GNU General Public License terms under which you can copy the files.
45
46REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
47on where and how to report problems.
48

README-maintainer-mode

1
2                Notes on enabling maintainer mode
3
4Note that if you configure with --enable-maintainer-mode, you will need
5special versions of automake, autoconf, libtool and gettext. You will
6find the sources for these in the respective upstream directories:
7
8  ftp://ftp.gnu.org/gnu/autoconf
9  ftp://ftp.gnu.org/gnu/automake
10  ftp://ftp.gnu.org/gnu/libtool
11  ftp://ftp.gnu.org/gnu/gettext
12
13The required versions of the tools for this tree are
14  autoconf 2.69
15  automake 1.15.1
16  libtool 2.2.6
17  gettext 0.14.5
18
19Note - "make distclean" does not work with maintainer mode enabled.
20The Makefiles in the some of the po/ subdirectories depend upon the
21Makefiles in their parent directories, and distclean will delete the
22Makefiles in the parent directories before running the Makefiles in
23the child directories.  There is no easy way around this (short of
24changing the automake macros) as these dependencies need to exist in
25order to correctly build the NLS files.
26