[oe-commits] [openembedded-core] 14/25: libunwind: don't mess around with ARM atomic detection

git at git.openembedded.org git at git.openembedded.org
Fri Jun 9 16:12:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f2efadab8b1ab1c50584a39908673e1a6717f753
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jun 7 15:10:49 2017 +0100

    libunwind: don't mess around with ARM atomic detection
    
    This recipe explictly sets -DAO_USE_PTHREAD_DEFS on ARM, but with libunwind 1.2
    this causes the linker to fail:
    
      hidden symbol `__sync_synchronize' in libgcc.a(linux-atomic.o) is referenced by DSO
    
    Removing these defines lets configure do the right thing and build libunwind.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libunwind/libunwind.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index 4f64ad7..fc33786 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -13,11 +13,6 @@ PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
 EXTRA_OECONF_arm = "--enable-debug-frame"
 EXTRA_OECONF_aarch64 = "--enable-debug-frame"
 
-CFLAGS += "${ATOMICOPS}"
-ATOMICOPS_armv5 = "-DAO_USE_PTHREAD_DEFS=1"
-ATOMICOPS_armv4 = "-DAO_USE_PTHREAD_DEFS=1"
-ATOMICOPS ?= ""
-
 SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp"
 
 BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list