summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-18 20:04:42 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-18 20:04:42 +0000
commitd7998ea0efea20d86d96f6dd11261ec35a6945ff (patch)
tree4b96a07586277b6286b5d9dcc01b5a6134a7da04 /configure
parent86e6ef0ca1efd272ca14518330f46befd60559bc (diff)
downloadmpv-d7998ea0efea20d86d96f6dd11261ec35a6945ff.tar.bz2
mpv-d7998ea0efea20d86d96f6dd11261ec35a6945ff.tar.xz
upport another G4 flavour: MPC7447* chips.
(MPC7448, MPC7445 and MPC7457 are still not supported currently, but it remains to be seen if they have been used in any real computer.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17646 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 91919e95c2..413f412f0f 100755
--- a/configure
+++ b/configure
@@ -1225,7 +1225,7 @@ EOF
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1" || test "$_cc_major" -ge "4"; then
case "$proc" in
7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
- 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
+ 7447*|7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
*) ;;
esac
fi