Mercurial > mplayer.hg
changeset 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 | 2e37768bdaa8 |
children | d9f4dfa7272c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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