> 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"
;;
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]