changeset 23824:e93b700f00de

Make the assembler accept VIS instrucitions on ultraSPARC. patch by Balatoni Denes, dbalatoni interware hu
author diego
date Sun, 22 Jul 2007 21:15:17 +0000
parents 513293585949
children dc63f5657124
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jul 22 18:31:17 2007 +0000
+++ b/configure	Sun Jul 22 21:15:17 2007 +0000
@@ -1931,7 +1931,7 @@
 	    sun4c) proc=v7 ;; 
 	    sun4d) proc=v8 ;;
 	    sun4m) proc=v8 ;;
-	    sun4u) proc=v9 _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
+	    sun4u) proc=ultrasparc _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
 	    sun4v) proc=v9 ;;
 	    *) proc=v8 ;;
 	esac