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
pull/126/head
Diego Biurrun 19 years ago
parent 57b3c36d0f
commit 4cac0d5589
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save