projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b3c36
)
Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 10 Jul 2006 14:57:04 +0000
(14:57 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 10 Jul 2006 14:57:04 +0000
(14:57 +0000)
hint by Derek E. Lewis, dlewis_at_solnetworks net
Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 271723760f058aebdafeb5b70734628af6442952..641861d047ea80e6320b0525e7cd1bd7191c76a4 100755
(executable)
--- 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."