From: Anton Kolesov Date: Tue, 11 Feb 2014 09:19:12 +0000 (+0400) Subject: libsigsegv: disable for ARC X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff163385ec2a0bf7ab17f37dbdf8241dff240f31;p=buildroot.git libsigsegv: disable for ARC Fixes http://autobuild.buildroot.net/results/5cd/5cd051937a9471f7fb47363e868cb4b61d788d75/build-end.log The ARC uClibc port doesn't provide ucontext_i.sym file required to enable context manipulation routines that libsigsegv needs. Signed-off-by: Anton Kolesov Signed-off-by: Peter Korsgaard --- diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in index 563ca272d7..4890552a3c 100644 --- a/package/libsigsegv/Config.in +++ b/package/libsigsegv/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBSIGSEGV bool "libsigsegv" depends on !BR2_xtensa + depends on !BR2_arc # no ucontext_i.sym file help Library for handling page faults in user mode.