| Commit | Line | Data |
|---|---|---|
| a968ac75 SS |
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 | ||
| c1543a89 | 9 | TARGMATCH+= { "elf64-x86_64-dragonfly*", &bfd_elf64_x86_64_vec }, |
| a968ac75 SS |
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" |