UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) solnetworks (crack) net\

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18597 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2006-06-06 12:42:57 +00:00
parent e63c3f261a
commit 8b3ec04151
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -1154,7 +1154,8 @@ EOF
sun4d) proc=v8 ;;
sun4m) proc=v8 ;;
sun4u) proc=v9 _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
*) ;;
sun4v) proc=v9 ;;
*) proc=v8 ;;
esac
echores "$proc"
else