summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-22 21:15:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-22 21:15:17 +0000
commit08ea214ec160316ac1e0f5937f112bf98300d28e (patch)
tree653570d076c8c9c46b29130b1c016f2fcf46a01a /configure
parentd1f19fc77b6b305182b53297180f2070795d4a62 (diff)
downloadmpv-08ea214ec160316ac1e0f5937f112bf98300d28e.tar.bz2
mpv-08ea214ec160316ac1e0f5937f112bf98300d28e.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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