# HG changeset patch # User reimar # Date 1191431187 0 # Node ID ab0d7b969e869dc88c400f2ca1b17872df0efe6d # Parent f6cf2c01315d1e1a780f003c4ed9572d4fa1a083 The combination _vis=yes and proc=v9 makes no sense and will not even compile. Change it to proc=ultrasparc, that may not be right, but it can not get any worse... diff -r f6cf2c01315d -r ab0d7b969e86 configure --- a/configure Wed Oct 03 15:27:02 2007 +0000 +++ b/configure Wed Oct 03 17:06:27 2007 +0000 @@ -1988,7 +1988,7 @@ _target_arch='ARCH_SPARC = yes' _vis='yes' iproc='sparc' - proc='v9' + proc='ultrasparc' _march='' _mcpu="-mcpu=$proc" _optimizing="$proc"