=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.84 retrieving revision 1.88 diff -u -r1.84 -r1.88 --- src/Makefile.cross 2016/03/09 16:28:44 1.84 +++ src/Makefile.cross 2016/09/23 09:18:05 1.88 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.84 2016/03/09 16:28:44 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 @@ -27,7 +26,7 @@ # List of LP64 archs # XXX move to bsd.*.mk? -LP64_ARCH = amd64 alpha hppa64 ia64 mips64 sparc64 +LP64_ARCH = amd64 alpha mips64 sparc64 TARGET_IS_LP64 = MACHINE_IS_LP64 = @@ -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