=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.85 retrieving revision 1.86 diff -c -r1.85 -r1.86 *** src/Makefile.cross 2016/05/11 21:52:48 1.85 --- src/Makefile.cross 2016/08/10 14:27:15 1.86 *************** *** 1,4 **** ! # $OpenBSD: Makefile.cross,v 1.85 2016/05/11 21:52:48 deraadt 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 --- 1,4 ---- ! # $OpenBSD: Makefile.cross,v 1.86 2016/08/10 14:27:15 deraadt 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,13 **** # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. ! .if (${TARGET} == "armish" || ${TARGET} == "armv7" || \ ! ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "luna88k") TARGET_ARCH= m88k --- 6,12 ---- # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. ! .if (${TARGET} == "armv7" || ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "luna88k") TARGET_ARCH= m88k