Add support for POWER5 as found on IBM eServer OpenPower 720

(cpuinfo returns POWER5 (gr)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-09-06 16:31:32 +00:00
parent 15b035d9d9
commit 90a9cdaa9e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1281,7 +1281,7 @@ EOF
# 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