summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/as/mips-freebsd/Makefile')
-rw-r--r--gnu/usr.bin/binutils/as/mips-freebsd/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/usr.bin/binutils/as/mips-freebsd/Makefile b/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
deleted file mode 100644
index 2546370..0000000
--- a/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# $FreeBSD$
-#
-
-.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>
OpenPOWER on IntegriCloud