Module: libav
Branch: master
Commit: 54f7881615a5ce2f89283e7ac2015b8ef141537c

Author:    Peter Krefting <[email protected]>
Committer: Vittorio Giovara <[email protected]>
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 <[email protected]>

Signed-off-by: Vittorio Giovara <[email protected]>

---

 configure |    2 ++
 1 file changed, 2 insertions(+)

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-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to