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
This commit is contained in:
diego 2007-07-22 21:15:17 +00:00
parent d1f19fc77b
commit 08ea214ec1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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