summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
blob: b7c2461f773407cdef610cef9c247cd836f63ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# $FreeBSD$
#

.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