c6e69598a3
The libsigsegv configure step fails to correctly figure out the direction of stack growth for avr32. This leads to a zero STACK_DIRECTION definition, and build failures such as the following. http://autobuild.buildroot.net/results/a3fe938f9376533b4777d79deb7a2ee83ed5ce33 Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
452 B
Makefile
17 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# libsigsegv
|
|
#
|
|
################################################################################
|
|
|
|
LIBSIGSEGV_VERSION = 2.10
|
|
LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
|
|
LIBSIGSEGV_INSTALL_STAGING = YES
|
|
LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=yes
|
|
LIBSIGSEGV_LICENSE = GPLv2+
|
|
LIBSIGSEGV_LICENSE_FILES = COPYING
|
|
|
|
LIBSIGSEGV_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|