[Ffmpeg-cvslog] r5706 - trunk/configure
diego
subversion
Mon Jul 10 16:57:04 CEST 2006
Author: diego
Date: Mon Jul 10 16:57:04 2006
New Revision: 5706
Modified:
trunk/configure
Log:
Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
hint by Derek E. Lewis, dlewis_at_solnetworks net
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Jul 10 16:57:04 2006
@@ -1079,7 +1079,7 @@
CFLAGS="$CFLAGS -march=$tune"
;;
sparc64)
- CFLAGS="$CFLAGS -mcpu=ultrasparc -mtune=ultrasparc"
+ CFLAGS="$CFLAGS -mcpu=v9 -mtune=v9"
;;
*)
echo "WARNING: Unknown CPU \"$tune\", ignored."
More information about the ffmpeg-cvslog
mailing list