# HG changeset patch # User diego # Date 1185138917 0 # Node ID e93b700f00de6d22db7d3f26875c52fadffe5c0e # Parent 513293585949d9a08c0556cd1783af38f12b9012 Make the assembler accept VIS instrucitions on ultraSPARC. patch by Balatoni Denes, dbalatoni interware hu diff -r 513293585949 -r e93b700f00de configure --- 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