235024289f27336afb96885a3396f3042aee9053
[dragonfly.git] / gnu / usr.bin / binutils222 / as / x86_64-dragonfly / Makefile
1 DEFAULT_ARCH=           x86_64
2 EMULATIONS=             &i386elf,
3 DEFAULT_EMULATION=      i386elf
4 TARGET_ALIAS=           x86_64-just-dragonfly
5 TARGET_CANONICAL=       x86_64-just-dragonfly
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.c atof-ieee.c
15
16 .include <bsd.prog.mk>