binutils 2.14 with support for AmigaOS/m68k
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fautomat f8d0c374d4
bump version DATESTAMP
5 years ago
.settings add some eclipse settings... 5 years ago
bfd bump version DATESTAMP 5 years ago
binutils objdump uses now MOTOROLA syntax 5 years ago
config applied BUTILS_2_14->BUTILS_AMIGA_20031201 patch 17 years ago
etc applied BUTILS_2_14->BUTILS_AMIGA_20031201 patch 17 years ago
gas ignore .type stuff 5 years ago
gprof @M added devel1 modifications to starting base 6 years ago
include @B display correct symbols for .data/.bss refs. 6 years ago
intl - importing initial 2.14 binutiles vendor version. 17 years ago
ld disabled flavor sorting 5 years ago
libiberty @M added devel1 modifications to starting base 6 years ago
opcodes objdump uses now MOTOROLA syntax 5 years ago
texinfo - importing initial 2.14 binutiles vendor version. 17 years ago
.cproject add some eclipse settings... 5 years ago
.project linking with .stab/.stabstr seems to work 5 years ago
COPYING - importing initial 2.14 binutiles vendor version. 17 years ago
COPYING.LIB - importing initial 2.14 binutiles vendor version. 17 years ago
Makefile.def - importing initial 2.14 binutiles vendor version. 17 years ago
Makefile.in @M added devel1 modifications to starting base 6 years ago
Makefile.tpl @M added devel1 modifications to starting base 6 years ago
README - importing initial 2.14 binutiles vendor version. 17 years ago
config-ml.in - importing initial 2.14 binutiles vendor version. 17 years ago
config.guess add cygwin 64 bit 5 years ago
config.if - importing initial 2.14 binutiles vendor version. 17 years ago
config.sub applied BUTILS_2_14->BUTILS_AMIGA_20031201 patch 17 years ago
configure - importing initial 2.14 binutiles vendor version. 17 years ago
configure.in applied patch to bring it in sync with latest CVS head 17 years ago
gettext.m4 - importing initial 2.14 binutiles vendor version. 17 years ago
install-sh - importing initial 2.14 binutiles vendor version. 17 years ago
libtool.m4 - importing initial 2.14 binutiles vendor version. 17 years ago
ltcf-c.sh - importing initial 2.14 binutiles vendor version. 17 years ago
ltcf-cxx.sh - importing initial 2.14 binutiles vendor version. 17 years ago
ltcf-gcj.sh - importing initial 2.14 binutiles vendor version. 17 years ago
ltconfig @B fix stabs handling - subtract vma from entries 6 years ago
ltmain.sh - importing initial 2.14 binutiles vendor version. 17 years ago
makefile.vms - importing initial 2.14 binutiles vendor version. 17 years ago
md5.sum @R changes to work with gcc-6.2.0 6 years ago
missing - importing initial 2.14 binutiles vendor version. 17 years ago
mkdep - importing initial 2.14 binutiles vendor version. 17 years ago
mkinstalldirs - importing initial 2.14 binutiles vendor version. 17 years ago
move-if-change - importing initial 2.14 binutiles vendor version. 17 years ago
mpw-README - importing initial 2.14 binutiles vendor version. 17 years ago
mpw-build.in - importing initial 2.14 binutiles vendor version. 17 years ago
mpw-config.in - importing initial 2.14 binutiles vendor version. 17 years ago
mpw-configure - importing initial 2.14 binutiles vendor version. 17 years ago
mpw-install - importing initial 2.14 binutiles vendor version. 17 years ago
setup.com - importing initial 2.14 binutiles vendor version. 17 years ago
src-release - importing initial 2.14 binutiles vendor version. 17 years ago
symlink-tree - importing initial 2.14 binutiles vendor version. 17 years ago
ylwrap - importing initial 2.14 binutiles vendor version. 17 years ago

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.