540450e8dd
Removed patches applied upstream: 0001-Improve-support-for-Linux-RISC-V.patch671b2528b5
0002-m4-stack-direction-RISC-V-stack-grows-downward.patchfd0e3d99d1
0003-Improve-support-for-Linux-nds32.patch 0004-m4-stack-direction-NDS32-stack-grows-downward.patch51a03192a3
Reformatted hashes. Release notes: https://github.com/roswell/libsigsegv/blob/master/NEWS Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
425 B
Makefile
15 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# libsigsegv
|
|
#
|
|
################################################################################
|
|
|
|
LIBSIGSEGV_VERSION = 2.13
|
|
LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
|
|
LIBSIGSEGV_INSTALL_STAGING = YES
|
|
LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=yes
|
|
LIBSIGSEGV_LICENSE = GPL-2.0+
|
|
LIBSIGSEGV_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|