Comment 8 for bug 1263802

Revision history for this message
Reinhard Tartler (siretart) wrote :

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