Subject: Re: clarification between machine_arch and machine
To: None <thorpej@wasabisystems.com>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 01/29/2002 12:08:06
On Jan 27, 10:03am, thorpej@wasabisystems.com (Jason R Thorpe) wrote:
-- Subject: Re: clarification between machine_arch and machine

| On Sun, Jan 27, 2002 at 10:34:40AM -0500, Christos Zoulas wrote:
| 
|  > in /usr/src/sys/arch:
|  > 
|  > SUBDIR= ${MACHINE}
|  > ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:C/sh3e[bl]/sh3/:S/arm26/arm/:S/arm3
|  > 2/arm/:S/m68000/m68k/}
| 
| That "ARCHSUBDIR" nonsense can be replaced with ${MACHINE_CPU}.

So, change it.

christos