af6f7aa76d
Notable changes in this new version include support for the Apple Aarch64 ABI, and compare-and-swap atomic instructions. Signed-off-by: Paul Cercueil <paul@crapouillou.net> [Peter: drop _AUTORECONF] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
552 B
Makefile
20 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# lightning
|
|
#
|
|
################################################################################
|
|
|
|
LIGHTNING_VERSION = 2.2.0
|
|
LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning
|
|
LIGHTNING_LICENSE = LGPL-3.0+
|
|
LIGHTNING_LICENSE_FILES = COPYING.LESSER
|
|
LIGHTNING_INSTALL_STAGING = YES
|
|
LIGHTNING_CPE_ID_VENDOR = gnu
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTNING_DISASSEMBLER),y)
|
|
LIGHTNING_DEPENDENCIES += binutils zlib
|
|
LIGHTNING_CONF_OPTS += --enable-disassembler
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|