summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd/Makefile.amd64
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile.amd64')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.amd6417
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.amd64
index e0374f9..83baa94 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.amd64
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.amd64
@@ -5,28 +5,27 @@
# Get the i386 DEFAULT_VECTOR and VECS.
I386_VECS:= ${DEFAULT_VECTOR} # ${VECS}
-DEFAULT_VECTOR= bfd_elf64_x86_64_vec
+DEFAULT_VECTOR= bfd_elf64_x86_64_freebsd_vec
-SRCS+= elf64-amd64-fbsd.c \
+SRCS+= elf64-x86-64.c \
efi-app-x86_64.c \
efi-app-ia32.c \
elf64.c \
elf64-gen.c \
elf64-target.h \
- pepigen.c # peigen.c
+ pepigen.c \
+ pex64igen.c
VECS= ${DEFAULT_VECTOR} \
+ bfd_elf64_x86_64_vec \
bfd_efi_app_x86_64_vec \
bfd_efi_app_ia32_vec \
${I386_VECS}
-CLEANFILES+= elf64-amd64-fbsd.c pepigen.c # peigen.c
-
-elf64-amd64-fbsd.c: elf-fbsd-brand.c elf64-x86-64.c
- cat ${.ALLSRC} > ${.TARGET}
+CLEANFILES+= pepigen.c pex64igen.c
pepigen.c: peXXigen.c
sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
-peigen.c: peXXigen.c
- sed -e s/XX/pe/g ${.ALLSRC} > ${.TARGET}
+pex64igen.c: peXXigen.c
+ sed -e s/XX/pex64/g ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud