From 2e06eae9a0c2cef5ddf7717bbd2c47c0db1e0271 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 3 Oct 2007 17:06:27 +0000 Subject: The combination _vis=yes and proc=v9 makes no sense and will not even compile. Change it to proc=ultrasparc, that may not be right, but it can not get any worse... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24695 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3727fac8dd..2046f74e93 100755 --- a/configure +++ b/configure @@ -1988,7 +1988,7 @@ EOF _target_arch='ARCH_SPARC = yes' _vis='yes' iproc='sparc' - proc='v9' + proc='ultrasparc' _march='' _mcpu="-mcpu=$proc" _optimizing="$proc" -- cgit v1.2.3