Commit 33b42dab authored by diego's avatar diego

Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.

hint by Derek E. Lewis, dlewis_at_solnetworks net


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5706 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4e517ef9
...@@ -1079,7 +1079,7 @@ if test $tune != "generic"; then ...@@ -1079,7 +1079,7 @@ if test $tune != "generic"; then
CFLAGS="$CFLAGS -march=$tune" CFLAGS="$CFLAGS -march=$tune"
;; ;;
sparc64) sparc64)
CFLAGS="$CFLAGS -mcpu=ultrasparc -mtune=ultrasparc" CFLAGS="$CFLAGS -mcpu=v9 -mtune=v9"
;; ;;
*) *)
echo "WARNING: Unknown CPU \"$tune\", ignored." echo "WARNING: Unknown CPU \"$tune\", ignored."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment