forked from https://github.com/bminor/binutils-gdb.git

徐启航 0ef513762e Init пре 2 година
bfd 0ef513762e Init пре 2 година
binutils 0ef513762e Init пре 2 година
config 0ef513762e Init пре 2 година
contrib 0ef513762e Init пре 2 година
cpu 0ef513762e Init пре 2 година
elfcpp 0ef513762e Init пре 2 година
etc 0ef513762e Init пре 2 година
gas 0ef513762e Init пре 2 година
gdb 0ef513762e Init пре 2 година
gdbserver 0ef513762e Init пре 2 година
gdbsupport 0ef513762e Init пре 2 година
gnulib 0ef513762e Init пре 2 година
gold 0ef513762e Init пре 2 година
gprof 0ef513762e Init пре 2 година
gprofng 0ef513762e Init пре 2 година
include 0ef513762e Init пре 2 година
intl 0ef513762e Init пре 2 година
ld 0ef513762e Init пре 2 година
libbacktrace 0ef513762e Init пре 2 година
libctf 0ef513762e Init пре 2 година
libdecnumber 0ef513762e Init пре 2 година
libiberty 0ef513762e Init пре 2 година
opcodes 0ef513762e Init пре 2 година
readline 0ef513762e Init пре 2 година
sim 0ef513762e Init пре 2 година
texinfo 0ef513762e Init пре 2 година
zlib 0ef513762e Init пре 2 година
.cvsignore 0ef513762e Init пре 2 година
.editorconfig 0ef513762e Init пре 2 година
.gitattributes 0ef513762e Init пре 2 година
.gitignore 0ef513762e Init пре 2 година
COPYING 0ef513762e Init пре 2 година
COPYING.LIB 0ef513762e Init пре 2 година
COPYING.LIBGLOSS 0ef513762e Init пре 2 година
COPYING.NEWLIB 0ef513762e Init пре 2 година
COPYING3 0ef513762e Init пре 2 година
COPYING3.LIB 0ef513762e Init пре 2 година
ChangeLog 0ef513762e Init пре 2 година
MAINTAINERS 0ef513762e Init пре 2 година
Makefile.def 0ef513762e Init пре 2 година
Makefile.in 0ef513762e Init пре 2 година
Makefile.tpl 0ef513762e Init пре 2 година
README 0ef513762e Init пре 2 година
README-maintainer-mode 0ef513762e Init пре 2 година
ar-lib 0ef513762e Init пре 2 година
compile 0ef513762e Init пре 2 година
config-ml.in 0ef513762e Init пре 2 година
config.guess 0ef513762e Init пре 2 година
config.rpath 0ef513762e Init пре 2 година
config.sub 0ef513762e Init пре 2 година
configure 0ef513762e Init пре 2 година
configure.ac 0ef513762e Init пре 2 година
depcomp 0ef513762e Init пре 2 година
djunpack.bat 0ef513762e Init пре 2 година
install-sh 0ef513762e Init пре 2 година
libtool.m4 0ef513762e Init пре 2 година
ltgcc.m4 0ef513762e Init пре 2 година
ltmain.sh 0ef513762e Init пре 2 година
ltoptions.m4 0ef513762e Init пре 2 година
ltsugar.m4 0ef513762e Init пре 2 година
ltversion.m4 0ef513762e Init пре 2 година
lt~obsolete.m4 0ef513762e Init пре 2 година
makefile.vms 0ef513762e Init пре 2 година
missing 0ef513762e Init пре 2 година
mkdep 0ef513762e Init пре 2 година
mkinstalldirs 0ef513762e Init пре 2 година
move-if-change 0ef513762e Init пре 2 година
multilib.am 0ef513762e Init пре 2 година
setup.com 0ef513762e Init пре 2 година
src-release.sh 0ef513762e Init пре 2 година
symlink-tree 0ef513762e Init пре 2 година
test-driver 0ef513762e Init пре 2 година
ylwrap 0ef513762e Init пре 2 година

README

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.