ppc970 support, patch by Romain Dolbeau

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11849 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-01-25 18:18:21 +00:00
parent e43cfb1e4f
commit aecc31b2ca
1 changed files with 7 additions and 0 deletions

7
configure vendored
View File

@ -902,6 +902,13 @@ EOF
*) ;;
esac
fi
# gcc 3.2 and up supports 970
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3"; then
case "$proc" in
970*) _march='-mcpu=970' _mcpu='-mtune=970' ;;
*) ;;
esac
fi
fi
if test -n "$_mcpu"; then