changeset 24675:ab0d7b969e86

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...
author reimar
date Wed, 03 Oct 2007 17:06:27 +0000
parents f6cf2c01315d
children c03afe4ed741
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"