|
@@ -11,7 +11,9 @@ LIBUNWIND_LICENSE_FILES = COPYING
|
|
LIBUNWIND_LICENSE = MIT
|
|
LIBUNWIND_LICENSE = MIT
|
|
LIBUNWIND_AUTORECONF = YES
|
|
LIBUNWIND_AUTORECONF = YES
|
|
|
|
|
|
-LIBUNWIND_CONF_OPTS = --disable-tests
|
|
|
|
|
|
+LIBUNWIND_CONF_OPTS = \
|
|
|
|
+ --disable-tests \
|
|
|
|
+ $(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
|