What about this workaround for now:
diff --git a/configure b/configure
@@ -3673,6 +3678,11 @@ elif enabled ppc; then
check_inline_asm ppc4xx '"maclhw r10, r11, r12"'
check_inline_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
+ # cf. https://bugs.launchpad.net/bugs/1263802
+ if enabled bigendian; then
+ disable altivec
+ fi
+
# AltiVec flags: The FSF version of GCC differs from the Apple version
if enabled altivec; then
nogas=warn
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with AltiVec on ppc64el
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1263802/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
