summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2017-01-27 13:38:40 +0000
committerjsg <jsg@openbsd.org>2017-01-27 13:38:40 +0000
commite649b8453ecfb38d0f76318aad6c3efa68908ee8 (patch)
tree71a72eaee1225a968f5bc669c47a766f1dcb05d4
parentMake sure that the fstest program has been build when running in (diff)
downloadwireguard-openbsd-e649b8453ecfb38d0f76318aad6c3efa68908ee8.tar.xz
wireguard-openbsd-e649b8453ecfb38d0f76318aad6c3efa68908ee8.zip
We can now build parts of binutils on aarch64 so enable cross-binutils
again. ok patrick@
-rw-r--r--Makefile.cross4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross
index cd56430a7f1..3f2d251acc4 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.91 2017/01/20 05:00:53 patrick Exp $
+# $OpenBSD: Makefile.cross,v 1.92 2017/01/27 13:38:40 jsg Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var
@@ -180,7 +180,6 @@ ${CROSSINCLUDES}: ${CROSSOBJ}
@touch ${CROSSINCLUDES}
${CROSSBINUTILS}: ${CROSSINCLUDES}
-.if ${TARGET_ARCH} != "aarch64"
(cd ${.CURDIR}/${BINUTILS_DIR}; \
MAKEOBJDIR=obj.${MACHINE}.${TARGET} \
PIE_DEFAULT=${PIE_DEFAULT} \
@@ -215,7 +214,6 @@ ${CROSSBINUTILS}: ${CROSSINCLUDES}
${CROSSDIR}/usr/bin/${TARGET_CANON}-$$cmd ;\
fi ;\
done
-.endif
@touch ${CROSSBINUTILS}