The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libunwind / libunwind.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libunwind/libunwind.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libunwind/libunwind.mk
new file mode 100644 (file)
index 0000000..a75a888
--- /dev/null
@@ -0,0 +1,18 @@
+################################################################################
+#
+# libunwind
+#
+################################################################################
+
+LIBUNWIND_VERSION = 1.1
+LIBUNWIND_SITE = http://download.savannah.gnu.org/releases/libunwind
+LIBUNWIND_INSTALL_STAGING = YES
+LIBUNWIND_LICENSE_FILES = COPYING
+LIBUNWIND_LICENSE = MIT
+LIBUNWIND_AUTORECONF = YES
+
+ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
+LIBUNWIND_DEPENDENCIES = libatomic_ops
+endif
+
+$(eval $(autotools-package))