=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- src/Makefile.cross 2013/03/25 17:22:10 1.62 +++ src/Makefile.cross 2013/03/25 17:33:02 1.63 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.62 2013/03/25 17:22:10 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.63 2013/03/25 17:33:02 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,7 +7,7 @@ # 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} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mvme68k") TARGET_ARCH= m68k