summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
blob: a4f7f35dd42ca6a1b8a6ebe5883bcad1d4a29cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# $Id: Makefile,v 1.1 1999/03/01 04:01:56 imp Exp $
#

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

.if	${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
PROG=		as
.else
PROG=		as_mips
.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>
OpenPOWER on IntegriCloud