|
@@ -16,7 +16,7 @@ LIBUNWIND_CONF_OPTS = \
|
|
$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx-exceptions,--disable-cxx-exceptions)
|
|
$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx-exceptions,--disable-cxx-exceptions)
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
|
|
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
|
|
-LIBUNWIND_DEPENDENCIES = libatomic_ops
|
|
|
|
|
|
+LIBUNWIND_DEPENDENCIES += libatomic_ops
|
|
endif
|
|
endif
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|