Subject: Re: audio/flac broken with 2.0
To: Ben Collver <ben@NetBSD.org>
From: Andy Wallis <rawallis@comcast.net>
List: tech-pkg
Date: 10/20/2004 18:50:25
> Do you know of a good way to get the processor name at the AIX command
> line?  "uname -m" gives a numeric result, and I don't believe the manual
> page describes what to expect on TiBooks, IA64, or IA32.
bootinfo -T will give the generic architecture type. The output of this command
is what drives mksysb and other programs that need to know the architecture
type. 
The original RS/6000 line will come up as rs6k. CHRP and the latest POWER
processors come up as chrp and rspc,respectively. 
-Andy Wallis