changeset 18596:a5e5f4a5a55f

UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) solnetworks (crack) net\
author rathann
date Tue, 06 Jun 2006 12:42:57 +0000
parents c55903d85291
children 13731a11925e
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 06 12:01:34 2006 +0000
+++ b/configure	Tue Jun 06 12:42:57 2006 +0000
@@ -1154,7 +1154,8 @@
 	    sun4d) proc=v8 ;;
 	    sun4m) proc=v8 ;;
 	    sun4u) proc=v9 _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
-	    *) ;;
+	    sun4v) proc=v9 ;;
+	    *) proc=v8 ;;
 	esac
 	echores "$proc"
     else