[MPlayer-dev-eng] detect 7455 PPC CPU

Guido Guenther agx at sigxcpu.org
Fri Sep 12 10:21:36 CEST 2003


Hi,
the attached patch against pre1 detects the ppc 7455 CPU in ./configure
and treats it as 7450.
Regards,
 -- Guido
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 6)
+++ configure	(working copy)
@@ -859,7 +859,7 @@
 	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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030912/55477513/attachment.pgp>


More information about the MPlayer-dev-eng mailing list