From 351d847c1293478fef060852e86343b8107a0353 Mon Sep 17 00:00:00 2001 From: pl Date: Fri, 12 Sep 2003 15:52:57 +0000 Subject: patch by Guido Guenther : "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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3