head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.2.2
	RELENG_4_11:1.2.2.2.0.10
	RELENG_4_11_BP:1.2.2.2
	RELENG_4_10_0_RELEASE:1.2.2.2
	RELENG_4_10:1.2.2.2.0.8
	RELENG_4_10_BP:1.2.2.2
	RELENG_4_9_0_RELEASE:1.2.2.2
	RELENG_4_9:1.2.2.2.0.6
	RELENG_4_9_BP:1.2.2.2
	RELENG_4_8_0_RELEASE:1.2.2.2
	RELENG_4_8:1.2.2.2.0.4
	RELENG_4_8_BP:1.2.2.2
	RELENG_4_7_0_RELEASE:1.2.2.2
	RELENG_4_7:1.2.2.2.0.2
	RELENG_4_7_BP:1.2.2.2
	BEFORE_BU_2121__RELENG4:1.2.2.1
	RELENG_4_6_2_RELEASE:1.2.2.1
	RELENG_4_6_1_RELEASE:1.2.2.1
	RELENG_4_6_0_RELEASE:1.2.2.1
	RELENG_4_6:1.2.2.1.0.8
	RELENG_4_6_BP:1.2.2.1
	BEFORE_BU_2_12:1.3
	RELENG_4_5_0_RELEASE:1.2.2.1
	BEFORE_BU_2112_snap:1.3
	RELENG_4_5:1.2.2.1.0.6
	RELENG_4_5_BP:1.2.2.1
	RELENG_4_4_0_RELEASE:1.2.2.1
	RELENG_4_4:1.2.2.1.0.4
	RELENG_4_4_BP:1.2.2.1
	BEFORE_BU_2112__RELENG4:1.2.2.1
	BEFORE_BU_2110:1.2
	RELENG_4_3_0_RELEASE:1.2.2.1
	RELENG_4_3:1.2.2.1.0.2
	RELENG_4_3_BP:1.2.2.1
	RELENG_4_2_0_RELEASE:1.2.2.1
	binutils_2_10_0:1.2
	RELENG_4_1_1_RELEASE:1.2.2.1
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.2.2.1
	BEFORE_2_9_1_UPGRADE:1.2
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.2
	RELENG_4_BP:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.05.15.09.11.11;	author obrien;	state dead;
branches;
next	1.3;

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

1.2
date	99.11.07.05.56.02;	author jb;	state Exp;
branches
	1.2.2.1;
next	1.1;

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

1.2.2.1
date	2000.07.06.22.15.45;	author obrien;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	2002.09.01.23.37.42;	author obrien;	state dead;
branches;
next	;


desc
@@


1.4
log
@We won't be doing FreeBSD-NT (NTBSD?, BSDNT?) anytime soon.
Same for any m68k platform.
@
text
@# $FreeBSD: src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile,v 1.3 2001/10/15 01:43:22 obrien Exp $

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

NOMAN=	true
BINDIR=	/usr/libexec/cross/m68k-freebsd
SRCS+=	obj-elf.c tc-m68k.c m68k-parse.c

.include <bsd.prog.mk>
@


1.3
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.2
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
@d1 1
a1 3
#
# $FreeBSD: src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile,v 1.1 1999/11/06 22:14:24 jb Exp $
#
d5 3
a7 4
PROG=		as
NOMAN=		1
BINDIR=		/usr/libexec/cross/m68k-freebsd
SRCS+=		obj-elf.c tc-m68k.c m68k-parse.c
@


1.2.2.1
log
@MFC:  Upgrade to Binutils 2.10.0.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2.2.2
log
@MFC: remove these bits for platforms FreeBSD 4.x does not run on
     (some are ancient, back to the time of 2.9.1)
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile,v 1.2.2.1 2000/07/06 22:15:45 obrien Exp $
@


1.1
log
@gas for m68k targeted to FreeBSD.
@
text
@d2 1
a2 1
# $FreeBSD$
d9 1
a9 1
BINDIR=		/usr/libexec/cross/m68k-freebsdelf
@

