aboutsummaryrefslogtreecommitdiff
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.amd6429
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.amd64
deleted file mode 100644
index 31ad0d9302be..000000000000
--- a/gnu/usr.bin/binutils/libbfd/Makefile.amd64
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-.include "${.CURDIR}/Makefile.i386"
-
-# Get the i386 VECS.
-I386_VECS:= ${VECS}
-
-DEFAULT_VECTOR= bfd_elf64_x86_64_freebsd_vec
-
-SRCS+= elf64-x86-64.c \
- efi-app-x86_64.c \
- elf64.c \
- elf64-gen.c \
- elf64-target.h \
- pepigen.c \
- pex64igen.c
-
-VECS= ${DEFAULT_VECTOR} \
- bfd_elf64_x86_64_vec \
- bfd_efi_app_x86_64_vec \
- ${I386_VECS}
-
-CLEANFILES+= pepigen.c pex64igen.c
-
-pepigen.c: peXXigen.c
- sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
-
-pex64igen.c: peXXigen.c
- sed -e s/XX/pex64/g ${.ALLSRC} > ${.TARGET}