binutils 2.22: Promote to primary binutils
[dragonfly.git] / gnu / usr.bin / binutils220 / as / i386-dragonfly / Makefile
1 DEFAULT_ARCH=           i386
2 EMULATIONS=             &i386elf,
3 DEFAULT_EMULATION=      i386elf
4 TARGET_ALIAS=           i386-just-dragonfly
5 TARGET_CANONICAL=       i386-just-dragonfly
6 TARGET_CPU=             i386
7
8 .include "${.CURDIR}/../Makefile.inc0"
9
10 CFLAGS += -I${.OBJDIR}/../../libbfd
11 .if ${TARGET_ARCH} != "i386"
12 BINDIR= /usr/libexec/cross/i386-dragonfly
13 .endif
14 SRCS+=  obj-elf.c tc-i386.c
15
16 .include <bsd.prog.mk>