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