binutils214 stage 2/4.
[dragonfly.git] / gnu / usr.bin / binutils214 / as / amd64-dragonfly / Makefile
... / ...
CommitLineData
1# $FreeBSD: src/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile,v 1.2 2003/08/14 14:43:28 ru Exp $
2# $DragonFly: src/gnu/usr.bin/binutils214/as/amd64-dragonfly/Attic/Makefile,v 1.2 2004/02/02 05:43:11 dillon Exp $
3
4DEFAULT_ARCH= x86_64
5EMULATIONS= &i386elf,
6DEFAULT_EMULATION= i386elf
7TARGET_ALIAS= x86_64-dillon-dragonfly1.0
8TARGET_CANONICAL= x86_64-dillon-dragonfly1.0
9TARGET_CPU= x86_64
10
11.include "${.CURDIR}/../Makefile.inc0"
12
13CFLAGS += -I${.OBJDIR}/../../libbfd
14NOMAN= true
15.if ${TARGET_ARCH} != "amd64"
16BINDIR= /usr/libexec/cross/amd64-dragonfly
17.endif
18SRCS+= obj-elf.c tc-i386-local.c
19
20.include <bsd.prog.mk>
21