[Buildroot] [git commit] libunwind: depend on libatomic_ops when available

Peter Korsgaard peter at korsgaard.com
Fri May 16 14:11:20 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=34aa3f2354ffcdcf545567d9455ac2e217ca92ff
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libunwind/libunwind.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/libunwind/libunwind.mk b/package/libunwind/libunwind.mk
index 48dd0ec..a75a888 100644
--- a/package/libunwind/libunwind.mk
+++ b/package/libunwind/libunwind.mk
@@ -11,4 +11,8 @@ LIBUNWIND_LICENSE_FILES = COPYING
 LIBUNWIND_LICENSE = MIT
 LIBUNWIND_AUTORECONF = YES
 
+ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
+LIBUNWIND_DEPENDENCIES = libatomic_ops
+endif
+
 $(eval $(autotools-package))


More information about the buildroot mailing list