=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/Makefile.cross 2007/02/06 17:17:18 1.23 --- src/Makefile.cross 2007/08/01 21:30:08 1.24 *************** *** 1,11 **** ! # $OpenBSD: Makefile.cross,v 1.23 2007/02/06 17:17:18 mickey Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. ! .if (${TARGET} == "armish" || ${TARGET} == "cats" || ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \ ${TARGET} == "mvme68k") --- 1,11 ---- ! # $OpenBSD: Makefile.cross,v 1.24 2007/08/01 21:30:08 deraadt Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. ! .if (${TARGET} == "armish" || ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \ ${TARGET} == "mvme68k")