=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.85 retrieving revision 1.88 diff -u -r1.85 -r1.88 --- src/Makefile.cross 2016/05/11 21:52:48 1.85 +++ src/Makefile.cross 2016/09/23 09:18:05 1.88 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.85 2016/05/11 21:52:48 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.88 2016/09/23 09:18:05 sthen 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 @@ -6,8 +6,7 @@ # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. -.if (${TARGET} == "armish" || ${TARGET} == "armv7" || \ - ${TARGET} == "zaurus") +.if (${TARGET} == "armv7") TARGET_ARCH= arm .elif (${TARGET} == "luna88k") TARGET_ARCH= m88k @@ -105,7 +104,6 @@ NO_CROSS+=microcode NO_CROSS+=groff binutils binutils-2.17 perl texinfo gcc cvs NO_CROSS+=nsd -NO_CROSS+=sqlite3 NO_CROSS+=bind NO_CROSS+=unbound