BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / gdb-4.7.LBL / README
CommitLineData
c351eb17
C
1 README for GNU development tools
2 Cygnus Support
3
4This directory contains various GNU compilers, assemblers, linkers,
5debuggers, etc., plus their support routines, definitions, and documentation.
6
7If you are receiving this as part of a GDB release, see the file
8gdb/README. If with a gas release, see gas/README, etc.
9
10It is now possible to configure and build a variety of tools with one
11command. To build any or all of the tools contained herein, run the
12``configure'' script here, e.g.:
13
14 ./configure myhosttype
15
16followed by running ``make''. To see all the possible tools that can
17be configured here, do:
18
19 ./configure -v myhosttype
20
21See cfg-paper.texi, configure.texi, and/or the README files in various
22subdirectories, for more details.