Comment 1 for bug 1323144

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

Can someone please if this patch fixes this problem?

diff --git a/configure b/configure
index 05acff5..4d5d2b5 100755
--- a/configure
+++ b/configure
@@ -3652,6 +3652,11 @@ EOF

     [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic

+ # https://bugs.launchpad.net/bugs/1323144
+ if enabled pic; then
+ disable neon
+ fi
+
 elif enabled mips; then

     check_inline_asm loongson '"dmult.g $1, $2, $3"'