--- config.guess.old 2002-10-21 09:52:26.000000000 +1000 +++ config.guess 2002-10-21 10:06:13.000000000 +1000 @@ -494,8 +494,9 @@ # /usr/sbin/sysdef prints similar information, but includes all loadable # cpu modules, not just the real cpu. # + for i in "/usr/sbin/prtconf" "uname -p"; do if test -z "$exact_cpu"; then - if $SHELL -c /usr/sbin/prtconf 2>/dev/null >conftest.dat; then + if $SHELL -c $i 2>/dev/null >conftest.dat; then if grep 'SUNW,UltraSPARC-III' conftest.dat >/dev/null; then exact_cpu=ultrasparc3 elif grep 'SUNW,UltraSPARC-IIi' conftest.dat >/dev/null; then @@ -519,6 +520,7 @@ fi rm -f conftest.dat fi + done # sun4m and sun4d are v8s of some sort, sun4u is a v9 of some sort #