From aecc31b2ca2bb0660cf437534bc1c2420808740a Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 25 Jan 2004 18:18:21 +0000 Subject: ppc970 support, patch by Romain Dolbeau git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11849 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure') diff --git a/configure b/configure index a6992845d3..c6d0b4f755 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3