From 08ea214ec160316ac1e0f5937f112bf98300d28e Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 22 Jul 2007 21:15:17 +0000 Subject: [PATCH] Make the assembler accept VIS instrucitions on ultraSPARC. patch by Balatoni Denes, dbalatoni interware hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23844 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 011109e40c..f6358aec55 100755 --- a/configure +++ b/configure @@ -1931,7 +1931,7 @@ EOF 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