$NetBSD: patch-aa,v 1.6 2003/03/24 12:12:10 jtb Exp $ --- config/unix/setup.sh.orig Mon Mar 4 21:32:55 2002 +++ config/unix/setup.sh @@ -31,7 +31,7 @@ fi # find and copy the context switch code. # use pthreads version if specified, or as a last resort. # by default, look for `uname -m`.[cs] and then rswitch.[cs]. -ARCH=`uname -m` +ARCH=`uname -p` if [ "$CSW" = "pthreads" ]; then RSW=pthreads.c COCLEAN="#define CoClean"