Replace binutils 2.24 with latest binutils 2.27.
[dragonfly.git] / gnu / usr.bin / binutils224 / as / x86_64-dragonfly / Makefile
blob235024289f27336afb96885a3396f3042aee9053
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
8 .include "${.CURDIR}/../Makefile.inc0"
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
16 .include <bsd.prog.mk>