summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-09-11 10:18:38 +0000
committerespie <espie@openbsd.org>2017-09-11 10:18:38 +0000
commit7f1e9ec25a86f64377c20a02d3abe42239be0419 (patch)
tree3aac1a2a42459f12469f8f9b598695048c971347
parentSync alpha/mips64/powerpc mutex implementations. (diff)
downloadwireguard-openbsd-7f1e9ec25a86f64377c20a02d3abe42239be0419.tar.xz
wireguard-openbsd-7f1e9ec25a86f64377c20a02d3abe42239be0419.zip
missing parts for arm64, dependencies needed.
spotted by deraadt@, fix turns out to be identical to more recent binutils.
-rw-r--r--gnu/usr.bin/binutils-2.17/bfd/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils-2.17/bfd/Makefile.in b/gnu/usr.bin/binutils-2.17/bfd/Makefile.in
index bc59208d688..3c04ce18994 100644
--- a/gnu/usr.bin/binutils-2.17/bfd/Makefile.in
+++ b/gnu/usr.bin/binutils-2.17/bfd/Makefile.in
@@ -294,6 +294,7 @@ BFD64_LIBS_CFILES = archive64.c
# This list is alphabetized to make it easier to keep in sync
# with the decls and initializer in archures.c.
ALL_MACHINES = \
+ cpu-aarch64.lo \
cpu-alpha.lo \
cpu-arc.lo \
cpu-arm.lo \
@@ -356,6 +357,7 @@ ALL_MACHINES = \
cpu-z8k.lo
ALL_MACHINES_CFILES = \
+ cpu-aarch64.c \
cpu-alpha.c \
cpu-arc.c \
cpu-arm.c \