Deleted Added
full compact
README (33965) README (38889)
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

--- 16 unchanged lines hidden (view full) ---

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
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

--- 16 unchanged lines hidden (view full) ---

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 CC=gcc
33 make
34
35A similar example using csh:
36
37 setenv CC gcc
38 ./configure
34
35A similar example using csh:
36
37 setenv CC gcc
38 ./configure
39 make CC=gcc
39 make
40
40
41See etc/cfg-paper.texi, etc/configure.texi, and/or the README files in
42various subdirectories, for more details.
43
44Much of the code and documentation enclosed is copyright by
45the Free Software Foundation, Inc. See the file COPYING or
46COPYING.LIB in the various directories, for a description of the
47GNU General Public License terms under which you can copy the files.
48
49REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
50on where and how to report problems.
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.