On Thu, 7 Jul 2005, [UTF-8] Jürgen Keil wrote:
Issue 2: CPU type is not derived correctly -- hard code/`uname -p`
-bash-3.00$ grep -n "^cpu" configure
29:cpu=`uname -m`
Under Solaris, `uname -m` returns the hardware
architecture:
$ uname -m
sun4u
I'd say that's not a problem, because two lines further down the configure
script changes the sparc hardware architecture name into the "sparc"
cpu type:
case "$cpu" in
...
sparc|sun4m|sun4u)
cpu="sparc"
;;
Good catch. Thanks!
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]
_______________________________________________
opensolaris-discuss mailing list
[email protected]