head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.10
	RELENG_4_11_BP:1.1.2.2
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.8
	RELENG_4_10_BP:1.1.2.2
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.6
	RELENG_4_9_BP:1.1.2.2
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.4
	RELENG_4_8_BP:1.1.2.2
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.2
	RELENG_4_7_BP:1.1.2.2
	BEFORE_BU_2121__RELENG4:1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.2.1
	RELENG_4_6:1.1.2.1.0.8
	RELENG_4_6_BP:1.1.2.1
	BEFORE_BU_2_12:1.2
	RELENG_4_5_0_RELEASE:1.1.2.1
	BEFORE_BU_2112_snap:1.2
	RELENG_4_5:1.1.2.1.0.6
	RELENG_4_5_BP:1.1.2.1
	RELENG_4_4_0_RELEASE:1.1.2.1
	RELENG_4_4:1.1.2.1.0.4
	RELENG_4_4_BP:1.1.2.1
	BEFORE_BU_2112__RELENG4:1.1.2.1
	BEFORE_BU_2110:1.1
	RELENG_4_3_0_RELEASE:1.1.2.1
	RELENG_4_3:1.1.2.1.0.2
	RELENG_4_3_BP:1.1.2.1
	RELENG_4_2_0_RELEASE:1.1.2.1
	binutils_2_10_0:1.1
	RELENG_4_1_1_RELEASE:1.1.2.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1.2.1
	BEFORE_2_9_1_UPGRADE:1.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.2
	RELENG_4_BP:1.1;
locks; strict;
comment	@# @;


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

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

1.1
date	99.11.06.22.26.42;	author jb;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2000.07.06.22.15.43;	author obrien;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2002.09.01.23.37.41;	author obrien;	state dead;
branches;
next	;


desc
@@


1.3
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/i386-winnt/Makefile,v 1.2 2001/10/15 01:43:22 obrien Exp $

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

NOMAN=	true
BINDIR=	/usr/libexec/cross/i386-winnt
SRCS+=	obj-coff.c tc-i386.c

.include <bsd.prog.mk>
@


1.2
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.1
log
@This one might be a bit controversial. 8-)

gas for i386 targeted to NT for those (like me) who have to do work
targeted to NT, but can't stand actually looking at it all day long.
I cross build apps on FreeBSD and just run them on NT later. Life is
better that way.
@
text
@a0 1
#
a1 1
#
d5 3
a7 4
PROG=		as
NOMAN=		1
BINDIR=		/usr/libexec/cross/i386-winnt
SRCS+=		obj-coff.c tc-i386.c
@


1.1.2.1
log
@MFC:  Upgrade to Binutils 2.10.0.
@
text
@@


1.1.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/i386-winnt/Makefile,v 1.1.2.1 2000/07/06 22:15:43 obrien Exp $
@


