History log of /freebsd-10.2-release/gnu/usr.bin/binutils/as/sparc64-freebsd/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


131832 08-Jul-2004 obrien

MAJOR cleanup of the Bmake framework.
This includes removing all vestiges of the old not-really supported
ability to build cross tools targeting non-FreeBSD systems, such as
m68k Lynx and NetBSD. Move as much duplicated code from platform
Makefiles into the shared Makefiles. Add a simple mechanism for
specifying ELF 'ldscripts'. Also share as many .h files as possible
(now a single bfd.h vs. one per platform).


130575 16-Jun-2004 obrien

Updated Bmake framework for Binutils 2.15.


116886 26-Jun-2003 obrien

Update the target.


107504 02-Dec-2002 obrien

Update for the Binutils 2.13.2 20021127 snapshot import.


105502 20-Oct-2002 obrien

We HAVE_STPCPY now.


104959 12-Oct-2002 obrien

Talk about punting and not going to any trouble to DTRT:

contrib/binutils/include/getopt.h
/* Many other libraries have conflicting prototypes for getopt, with
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */

so manually define HAVE_DECL_GETOPT since configure doesn't offer any way
to set it... and its unistd.h not stdlib.h dang it.


104852 11-Oct-2002 obrien

Update for 2.13 10-Oct-2002 import.


92840 20-Mar-2002 obrien

Update to Binutils 2.12.0 release.


92308 15-Mar-2002 obrien

Minor style nit.


87433 06-Dec-2001 obrien

Upgrade to Binutils 2.11.2.


84949 15-Oct-2001 obrien

We can easily share obj-format.h and targ-env.h files across all FreeBSD
platforms, which reduces the upgrade effort.
Also tidy up the Makefiles.


60780 22-May-2000 obrien

Conditionally define "CROSS_COMPILE" here.


58953 02-Apr-2000 steve

First cut at the (non-contrib) bits needed to build the binutils
distribution for FreeBSD/Sparc64.

Reviewed by: obrien