From 4cac0d5589ab1a076e977425925015f2c8e591a8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Jul 2006 14:57:04 +0000 Subject: Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead. hint by Derek E. Lewis, dlewis_at_solnetworks net Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 271723760f..641861d047 100755 --- a/configure +++ b/configure @@ -1079,7 +1079,7 @@ if test $tune != "generic"; then CFLAGS="$CFLAGS -march=$tune" ;; sparc64) - CFLAGS="$CFLAGS -mcpu=ultrasparc -mtune=ultrasparc" + CFLAGS="$CFLAGS -mcpu=v9 -mtune=v9" ;; *) echo "WARNING: Unknown CPU \"$tune\", ignored." -- cgit v1.2.3