mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
21 lines
544 B
Makefile
21 lines
544 B
Makefile
################################################################################
|
|
#
|
|
# libunwind
|
|
#
|
|
################################################################################
|
|
|
|
LIBUNWIND_VERSION = 1.2.1
|
|
LIBUNWIND_SITE = http://download.savannah.gnu.org/releases/libunwind
|
|
LIBUNWIND_INSTALL_STAGING = YES
|
|
LIBUNWIND_LICENSE_FILES = COPYING
|
|
LIBUNWIND_LICENSE = MIT
|
|
LIBUNWIND_AUTORECONF = YES
|
|
|
|
LIBUNWIND_CONF_OPTS = --disable-tests
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
|
|
LIBUNWIND_DEPENDENCIES = libatomic_ops
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|