=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/Makefile.cross 2013/03/10 08:50:42 1.61 --- src/Makefile.cross 2013/03/25 17:22:10 1.62 *************** *** 1,4 **** ! # $OpenBSD: Makefile.cross,v 1.61 2013/03/10 08:50:42 miod 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.62 2013/03/25 17:22:10 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 *************** *** 7,14 **** # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. .if (${TARGET} == "armish" || ${TARGET} == "beagle" || \ ! ${TARGET} == "gumstix" || ${TARGET} == "palm" || \ ! ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mvme68k") TARGET_ARCH= m68k --- 7,13 ---- # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. .if (${TARGET} == "armish" || ${TARGET} == "beagle" || \ ! ${TARGET} == "gumstix" || ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mvme68k") TARGET_ARCH= m68k