History log of /freebsd-9.3-release/gnu/usr.bin/binutils/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 131090 25-Jun-2004 obrien

GDB has moved up one level.


# 130859 21-Jun-2004 obrien

Disable building of GDB info files until the gdb6 upgrade is finished.


# 130575 16-Jun-2004 obrien

Updated Bmake framework for Binutils 2.15.


# 130558 16-Jun-2004 obrien

Disable gdb from the build due to the impending binutils 2.15 import.
GDB 5.12 cannot consume the 2.15 bfd and libiberty.


# 116346 14-Jun-2003 obrien

Remove MAINTAINER lines.


# 105564 20-Oct-2002 obrien

GDB 5.2.1 doesn't build on sparc64 right now.


# 104934 11-Oct-2002 obrien

GDB plays nice with Binutils again.


# 104914 11-Oct-2002 obrien

Turn off GDB for now. It and the new binutils just aren't agreeing on our
binary format.


# 103644 19-Sep-2002 obrien

gdb now builds on sparc64.


# 99016 29-Jun-2002 obrien

Turn back on GDB.
gdbserver does not build, but I've gone about as far with GDB as I'm going
to right now.


# 98942 27-Jun-2002 obrien

NO_GDB while it is being upgraded.


# 98623 22-Jun-2002 obrien

For the benefit of those Emacs users amongst us, only cut out gdb.info
rather than *.info.


# 98620 22-Jun-2002 obrien

Take the guaranteed fix -- turn off .info docs for now until we get the
gdb docs sorted out.


# 85193 19-Oct-2001 obrien

Make the logic more explicit.


# 84951 14-Oct-2001 obrien

We don't support GDB for IA-64, PowerPC, or sparc64 yet.


# 75400 10-Apr-2001 obrien

Remove MIPS support.
It has rotted quite badly and no one has provided updates for it.


# 74313 15-Mar-2001 obrien

Note rules of enguagement.


# 68675 13-Nov-2000 obrien

Build and install the useful `readelf' util that is new with Binutils 2.10.0.


# 54368 09-Dec-1999 marcel

Don't make gdb, objc and f77 when building tools.


# 54261 07-Dec-1999 dfr

Build gasp (GAS Preprocessor). This is needed for building Glide.


# 50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 46328 02-May-1999 dfr

* Merge gdb/doc/Makefile into binutils/doc/Makefile
* Update build for gdbserver and gdbreplay to work under binutils
* Fix gdbserver to use PT_GETREGS etc to access registers, removing the
dependancy on the u-area.
* Make gdbserver work on the alpha.


# 46320 02-May-1999 dfr

Enable gdb on the alpha.


# 46291 02-May-1999 dfr

Enable building gdb under binutils for i386. I can't enable the alpha build
yet since CVS is hiding one of my files.


# 45772 18-Apr-1999 obrien

This duplicates gnu/usr.bin/cc/c++filt.


# 39909 03-Oct-1998 jdp

Don't build the info pages for the old assembler. Instead, build
and install the info pages for the new assembler and linker.


# 34954 30-Mar-1998 jdp

Add c++filt.


# 34495 12-Mar-1998 jdp

Restructure the binutils hierarchy somewhat in order to better
support building it for variant architectures. It was already
becoming clear that the former structure was too rigid and didn't
scale well.

The usual sort of makefile magic arranges to .include an architecture
specific makefile "Makefile.${MACHINE_ARCH}" in each directory
where it exists. Also, sources will be found in each subdirectory
"${MACHINE_ARCH}" that exists. This is all taken care of automatically
by the top level "Makefile.inc0".

This all seems to work right for the i386 now. I have also converted
those alpha pieces already present to the new schema as best I
could.

Also: change the BINDIR on the i386 to /usr/libexec/elf for "ar"
and "ranlib". They are not object format independent enough to
put into /usr/bin.


# 33976 01-Mar-1998 jdp

This commit was generated by cvs2svn to compensate for changes in r33975,
which included commits to RCS files with non-trunk default branches.


# 33975 01-Mar-1998 jdp

Add bmakefiles for building binutils from the contrib tree.

This finishes up the binutils import. But I am leaving it disabled
in "src/gnu/usr.bin/Makefile" for now. It is not used by anything
yet, so I'll take this opportunity to run one more round of tests
before enabling it.