head	1.7;
access;
symbols
	RELENG_4_11_0_RELEASE:1.5.2.2
	RELENG_4_11:1.5.2.2.0.10
	RELENG_4_11_BP:1.5.2.2
	RELENG_4_10_0_RELEASE:1.5.2.2
	RELENG_4_10:1.5.2.2.0.8
	RELENG_4_10_BP:1.5.2.2
	RELENG_4_9_0_RELEASE:1.5.2.2
	RELENG_4_9:1.5.2.2.0.6
	RELENG_4_9_BP:1.5.2.2
	RELENG_4_8_0_RELEASE:1.5.2.2
	RELENG_4_8:1.5.2.2.0.4
	RELENG_4_8_BP:1.5.2.2
	RELENG_4_7_0_RELEASE:1.5.2.2
	RELENG_4_7:1.5.2.2.0.2
	RELENG_4_7_BP:1.5.2.2
	BEFORE_BU_2121__RELENG4:1.5.2.1
	RELENG_4_6_2_RELEASE:1.5.2.1
	RELENG_4_6_1_RELEASE:1.5.2.1
	RELENG_4_6_0_RELEASE:1.5.2.1
	RELENG_4_6:1.5.2.1.0.8
	RELENG_4_6_BP:1.5.2.1
	RELENG_4_5_0_RELEASE:1.5.2.1
	RELENG_4_5:1.5.2.1.0.6
	RELENG_4_5_BP:1.5.2.1
	RELENG_4_4_0_RELEASE:1.5.2.1
	RELENG_4_4:1.5.2.1.0.4
	RELENG_4_4_BP:1.5.2.1
	BEFORE_BU_2112__RELENG4:1.5.2.1
	RELENG_4_3_0_RELEASE:1.5.2.1
	RELENG_4_3:1.5.2.1.0.2
	RELENG_4_3_BP:1.5.2.1
	RELENG_4_2_0_RELEASE:1.5.2.1
	binutils_2_10_0:1.6
	RELENG_4_1_1_RELEASE:1.5.2.1
	PRE_SMPNG:1.6
	RELENG_4_1_0_RELEASE:1.5.2.1
	BEFORE_2_9_1_UPGRADE:1.5
	RELENG_4_0_0_RELEASE:1.5
	RELENG_4:1.5.0.2
	RELENG_4_BP:1.5;
locks; strict;
comment	@# @;


1.7
date	2001.04.11.00.12.45;	author obrien;	state dead;
branches;
next	1.6;

1.6
date	2000.05.22.08.25.39;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	99.11.07.08.07.02;	author jb;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	99.11.06.21.59.29;	author jb;	state Exp;
branches;
next	1.3;

1.3
date	99.08.27.23.34.46;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.04.22.07.19.20;	author imp;	state Exp;
branches;
next	1.1;

1.1
date	99.03.01.04.01.56;	author imp;	state Exp;
branches;
next	;

1.5.2.1
date	2000.07.06.22.15.47;	author obrien;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	2002.09.01.23.37.44;	author obrien;	state dead;
branches;
next	;


desc
@@


1.7
log
@Remove MIPS support.
It has rotted quite badly and no one has provided updates for it.
@
text
@#
# $FreeBSD: src/gnu/usr.bin/binutils/as/mips-freebsd/Makefile,v 1.6 2000/05/22 08:25:39 obrien Exp $
#

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

PROG=		as
.if	${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
NOMAN=		1
BINDIR=		/usr/libexec/cross/mips-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
.if ${MACHINE_ARCH} == "mipsel"
CFLAGS+=	-DTARGET_BYTES_BIG_ENDIAN=0
.endif

SRCS+=		obj-elf.c tc-mips.c itbl-ops.c itbl-parse.y itbl-lex.l

.include <bsd.prog.mk>
@


1.6
log
@Conditionally define "CROSS_COMPILE" here.
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/binutils/as/mips-freebsd/Makefile,v 1.5 1999/11/07 08:07:02 jb Exp $
@


1.5
log
@Replace freebsdelf with freebsd in BINDIR

Requested by: obrien
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/binutils/as/mips-freebsd/Makefile,v 1.4 1999/11/06 21:59:29 jb Exp $
d11 3
@


1.5.2.1
log
@MFC:  Upgrade to Binutils 2.10.0.
@
text
@d2 1
a2 1
# $FreeBSD$
a10 3
# 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
@


1.5.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/mips-freebsd/Makefile,v 1.5.2.1 2000/07/06 22:15:47 obrien Exp $
@


1.4
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_mips/Makefile,v 1.3 1999/08/27 23:34:46 peter Exp $
d10 1
a10 1
BINDIR=		/usr/libexec/cross/mips-freebsdelf
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
a6 1
.if	${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
d8 3
a10 2
.else
PROG=		as_mips
@


1.2
log
@For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to be
zero when building for little endian machines.

Correct the target names for mips.  We just use the generic targets
for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't
exist.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/03/01 04:01:56 imp Exp $
@


1.1
log
@Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.
Unlike the unisex architecutres we've had so far, mips is bisexual.
These tools can produce either byte sex, and the compiler/make
determines the proper gender to use.  Otherwise, we'd have to have had
mipsel and mipseb in all the places that we have just mips.  And there
are other complications with doing that (binutils doesn't like to
build mips tools without both byte genders, it seems).

Introduced BINUTIL_ARCH so that other bisexual architectures can a
generic mechanism.

We cannot just define MACHINE_ARCH as mips because we need to
differentiate big and little endian types of binaries.  Discussions on
freebsd-arch have hashed out this issue (and the parallel libc
issues).  NetBSD is moving towards mipsel and mipseb for their two
flavors of mips ports (in time for 1.4, if this change hasn't already
been accomplished).

I've been building i386 worlds with this tree for a three months with
these files in place with no ill effects.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1998/05/05 10:31:52 jb Exp $
d12 4
@

