Skip to content

Commit

Permalink
We can now build parts of binutils on aarch64 so enable cross-binutils
Browse files Browse the repository at this point in the history
again.

ok patrick@
  • Loading branch information
jonathangray committed Jan 27, 2017
1 parent adebd9b commit e649b84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.cross
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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} \
Expand Down Expand Up @@ -215,7 +214,6 @@ ${CROSSBINUTILS}: ${CROSSINCLUDES}
${CROSSDIR}/usr/bin/${TARGET_CANON}-$$cmd ;\
fi ;\
done
.endif
@touch ${CROSSBINUTILS}


Expand Down

0 comments on commit e649b84

Please sign in to comment.