head	1.5;
access;
symbols
	BEFORE_UN_JBING:1.4
	BEFORE_BU_2_15:1.4
	RELENG_5_2_1_RELEASE:1.4
	RELENG_5_2_0_RELEASE:1.4
	RELENG_5_2:1.4.0.6
	RELENG_5_2_BP:1.4
	RELENG_5_1_0_RELEASE:1.4
	RELENG_5_1:1.4.0.4
	RELENG_5_1_BP:1.4
	RELENG_5_0_0_RELEASE:1.4
	RELENG_5_0:1.4.0.2
	RELENG_5_0_BP:1.4
	BEFORE_BU_2_12:1.4
	BEFORE_BU_2112_snap:1.4
	BEFORE_BU_2110:1.3
	binutils_2_10_0:1.3
	PRE_SMPNG:1.3
	BEFORE_2_9_1_UPGRADE:1.1;
locks; strict;
comment	@# @;


1.5
date	2004.07.08.17.05.32;	author obrien;	state dead;
branches;
next	1.4;

1.4
date	2001.10.15.01.43.23;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2000.07.06.22.15.48;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.22.08.25.40;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.02.22.36.47;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@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).
@
text
@# $FreeBSD: src/gnu/usr.bin/binutils/as/sparc64-freebsd/Makefile,v 1.4 2001/10/15 01:43:23 obrien Exp $

.include "${.CURDIR}/../Makefile.inc0"

.if ${TARGET_ARCH} != "sparc64"
NOMAN=	true
BINDIR=	/usr/libexec/cross/sparc64-freebsd
# If we aren't doing cross-assembling, some operations can be optimized, since
# byte orders and value sizes don't need to be adjusted.
CFLAGS+= -DCROSS_COMPILE=1
.endif
SRCS+=	obj-elf.c tc-sparc.c

.include <bsd.prog.mk>
@


1.4
log
@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.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@MFC:  Upgrade to Binutils 2.10.0.
@
text
@a0 1
#
a1 1
#
d5 3
a7 4
PROG=		as
.if	${TARGET_ARCH} != "sparc64"
NOMAN=		1
BINDIR=		/usr/libexec/cross/sparc64-freebsd
d10 1
a10 1
CFLAGS+=	-DCROSS_COMPILE=1
d12 1
a12 1
SRCS+=		obj-elf.c tc-sparc.c
@


1.2
log
@Conditionally define "CROSS_COMPILE" here.
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/binutils/as/sparc64-freebsd/Makefile,v 1.1 2000/04/02 22:36:47 steve Exp $
@


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

Reviewed by:	obrien
@
text
@d2 1
a2 1
# $FreeBSD$
d11 3
@

