mqueues: Let the world know we support them.
[dragonfly.git] / gnu / usr.bin / binutils217 / as / x86_64-dragonfly / Makefile
1 DEFAULT_ARCH=           x86_64 
2 EMULATIONS=             &i386elf,
3 DEFAULT_EMULATION=      i386elf 
4 TARGET_ALIAS=           x86_64-just-dragonfly1.9
5 TARGET_CANONICAL=       x86_64-just-dragonfly1.9
6 TARGET_CPU=             x86_64 
7
8 .include "${.CURDIR}/../Makefile.inc0"
9
10 CFLAGS += -I${.OBJDIR}/../../libbfd
11 .if ${TARGET_ARCH} != "x86_64"
12 BINDIR= /usr/libexec/cross/x86_64-dragonfly
13 .endif
14 SRCS+=  obj-elf.c tc-i386-local.c
15 CLEANFILES=     tc-i386-local.c
16
17 .include <bsd.prog.mk>
18