Revert "rename amd64 architecture to x86_64"
[dragonfly.git] / gnu / usr.bin / binutils217 / libbfd / Makefile.amd64
1 # $DragonFly: src/gnu/usr.bin/binutils217/libbfd/Makefile.amd64,v 1.1 2007/04/13 12:24:32 corecode Exp $
2
3 BFD_ARCH_SIZE?=64
4 BFD_DEFAULT_TARGET_SIZE?=64
5
6 SRCS+=  elf64-x86-64.c elf64-target.h elf64-gen.c elf64.c
7 VECS+=  bfd_elf64_x86_64_vec
8
9 DEFAULT_VECTOR?= bfd_elf64_x86_64_vec
10
11 TARGMATCH+=     { "elf64-amd64-dragonfly*", &bfd_elf64_x86_64_vec },
12 TARGMATCH+=     { "amd64-*-dragonfly*", &bfd_elf64_x86_64_vec },
13 TARGMATCH+=     { "x86_64-*-dragonfly*", &bfd_elf64_x86_64_vec },
14
15 CLEANFILES+=    elf64-target.h
16
17 elf64-target.h: elfxx-target.h
18         sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
19
20 .include "${.CURDIR}/Makefile.i386"