summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-12 15:52:57 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-12 15:52:57 +0000
commit351d847c1293478fef060852e86343b8107a0353 (patch)
treeb34a37389cbc404aa179e85c80aeb5cb42b9435c /configure
parentb00db675573116118658708f64e37c8c0b5261e4 (diff)
downloadmpv-351d847c1293478fef060852e86343b8107a0353.tar.bz2
mpv-351d847c1293478fef060852e86343b8107a0353.tar.xz
patch by Guido Guenther <agx@sigxcpu.org>:
"detects the ppc 7455 CPU and treats it as 7450" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10857 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 4487d9e035..f2833de851 100755
--- a/configure
+++ b/configure
@@ -860,7 +860,7 @@ EOF
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1"; then
case "$proc" in
7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
- 7450*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
+ 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
*) ;;
esac
fi