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