head	1.7;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3.2.1
	RELENG_3_4_0_RELEASE:1.3.2.1
	RELENG_3_3_0_RELEASE:1.3.2.1
	RELENG_3_2_PAO:1.3.0.4
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_3_0_0_RELEASE:1.3;
locks; strict;
comment	@# @;


1.7
date	99.11.07.06.11.35;	author jb;	state dead;
branches;
next	1.6;

1.6
date	99.11.07.05.56.00;	author jb;	state Exp;
branches;
next	1.5;

1.5
date	99.11.06.21.57.57;	author jb;	state Exp;
branches;
next	1.4;

1.4
date	99.08.27.23.34.44;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	98.05.05.10.32.47;	author jb;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	98.05.05.08.56.24;	author jb;	state Exp;
branches;
next	1.1;

1.1
date	98.05.04.22.04.50;	author jb;	state Exp;
branches;
next	;

1.3.2.1
date	99.08.29.14.31.57;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@These have been repo-copied to alpha-freebsd.
@
text
@#
# $FreeBSD: src/gnu/usr.bin/binutils/as/as_alpha/Makefile,v 1.6 1999/11/07 05:56:00 jb Exp $
#

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

PROG=		as
.if	${MACHINE_ARCH} != "alpha"
NOMAN=		1
BINDIR=		/usr/libexec/cross/alpha-freebsd
.endif
SRCS+=		obj-elf.c tc-alpha.c

.include <bsd.prog.mk>
@


1.6
log
@Replace freebsdelf with freebsd in BINDIR.

[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied
  by Peter (one of the repo-men) ]

Requested by: obrien
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/binutils/as/as_alpha/Makefile,v 1.5 1999/11/06 21:57:57 jb Exp $
@


1.5
log
@Don't change the name when building a cross-tool. Just set the BINDIR
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/binutils/as/as_alpha/Makefile,v 1.4 1999/08/27 23:34:44 peter Exp $
d10 1
a10 1
BINDIR=		/usr/libexec/cross/alpha-freebsdelf
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
a6 1
.if	${MACHINE_ARCH} == "alpha"
d8 3
a10 2
.else
PROG=		as_alpha
@


1.3
log
@Specify an absolute include path.

Backout the previous commit in favour of the Makefile.inc added to
the parent directory.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $
@


1.3.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@The BINDIR definition is an extra directory level away, so include it
explicitly.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
d5 1
a5 4
.include "../Makefile.inc0"

# Get the BINDIR for this host:
.include "../../Makefile.inc"
@


1.1
log
@Alpha gas config files.
@
text
@d2 1
a2 1
# $Id$
d6 3
@
