[MPlayer-cvslog] r19720 - trunk/configure
gpoirier
subversion at mplayerhq.hu
Wed Sep 6 18:31:33 CEST 2006
Author: gpoirier
Date: Wed Sep 6 18:31:32 2006
New Revision: 19720
Modified:
trunk/configure
Log:
Add support for POWER5 as found on IBM eServer OpenPower 720
(cpuinfo returns POWER5 (gr)
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Sep 6 18:31:32 2006
@@ -1281,7 +1281,7 @@
# gcc 4.0 and up supports POWER5
if test "$_cc_major" -ge "4"; then
case "$proc" in
- POWER5) _march='-mcpu=power5' _mcpu='-mtune=power5' ;;
+ POWER5*) _march='-mcpu=power5' _mcpu='-mtune=power5' ;;
*) ;;
esac
fi
More information about the MPlayer-cvslog
mailing list