binutils214 stage 2/4.
[dragonfly.git] / gnu / usr.bin / binutils214 / as / amd64-dragonfly / Makefile
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
4 DEFAULT_ARCH=           x86_64 
5 EMULATIONS=             &i386elf,
6 DEFAULT_EMULATION=      i386elf 
7 TARGET_ALIAS=           x86_64-dillon-dragonfly1.0 
8 TARGET_CANONICAL=       x86_64-dillon-dragonfly1.0 
9 TARGET_CPU=             x86_64 
10
11 .include "${.CURDIR}/../Makefile.inc0"
12
13 CFLAGS += -I${.OBJDIR}/../../libbfd
14 NOMAN=  true
15 .if ${TARGET_ARCH} != "amd64"
16 BINDIR= /usr/libexec/cross/amd64-dragonfly
17 .endif
18 SRCS+=  obj-elf.c tc-i386-local.c
19
20 .include <bsd.prog.mk>
21