[SCM] libav/experimental: configure: Remove dcbzl check for e500v1 and e500v2 architectures

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:21 UTC 2014


The following commit has been merged in the experimental branch:
commit 54f7881615a5ce2f89283e7ac2015b8ef141537c
Author: Peter Krefting <peter at softwolves.pp.se>
Date:   Thu Feb 6 12:51:39 2014 +0000

    configure: Remove dcbzl check for e500v1 and e500v2 architectures
    
    The DCBZL instruction is not available for the e500v1 and e500v2
    architectures, but may still be recognized by the toolchain, so we
    need to explicitly disable it for these architectures.
    
    References: PowerPC™ e500 Core Family Reference Manual (Freescale)
    
    Found-by: Ståle Kristoffersen <staalebk at ifi.uio.no>
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>

diff --git a/configure b/configure
index 766f636..e4fab38 100755
--- a/configure
+++ b/configure
@@ -3178,10 +3178,12 @@ elif enabled ppc; then
         e500v2)
             cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
             disable altivec
+            disable dcbzl
         ;;
         e500)
             cpuflags="-mcpu=8540 -mhard-float"
             disable altivec
+            disable dcbzl
         ;;
     esac
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list