mirror of https://github.com/mpv-player/mpv
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:
parent
15b035d9d9
commit
90a9cdaa9e
|
@ -1281,7 +1281,7 @@ EOF
|
||||||
# gcc 4.0 and up supports POWER5
|
# gcc 4.0 and up supports POWER5
|
||||||
if test "$_cc_major" -ge "4"; then
|
if test "$_cc_major" -ge "4"; then
|
||||||
case "$proc" in
|
case "$proc" in
|
||||||
POWER5) _march='-mcpu=power5' _mcpu='-mtune=power5' ;;
|
POWER5*) _march='-mcpu=power5' _mcpu='-mtune=power5' ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue