[MPlayer-cvslog] r19065 - trunk/configure
gpoirier
subversion at mplayerhq.hu
Thu Jul 13 15:28:57 CEST 2006
Author: gpoirier
Date: Thu Jul 13 15:28:56 2006
New Revision: 19065
Modified:
trunk/configure
Log:
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support
for this.
[1] namely the PPC64 machine over at powerdev.osuosl.org
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Jul 13 15:28:56 2006
@@ -1267,7 +1267,7 @@
# gcc 3.2 and up supports 970
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then
case "$proc" in
- 970*) _march='-mcpu=970' _mcpu='-mtune=970'
+ 970*|PPC970*) _march='-mcpu=970' _mcpu='-mtune=970'
_def_dcbzl='#undef NO_DCBZL' ;;
*) ;;
esac
More information about the MPlayer-cvslog
mailing list