Mercurial > mplayer.hg
diff configure @ 19714:4af3191b288d
Add support for POWER5 as found on IBM eServer OpenPower 720
(cpuinfo returns POWER5 (gr)
author | gpoirier |
---|---|
date | Wed, 06 Sep 2006 16:31:32 +0000 |
parents | 7ec9c72264bc |
children | b3855eac66ca |
line wrap: on
line diff
--- a/configure Wed Sep 06 16:28:58 2006 +0000 +++ b/configure Wed Sep 06 16:31:32 2006 +0000 @@ -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