libsigsegv: disable for ARC
authorAnton Kolesov <anton.kolesov@synopsys.com>
Tue, 11 Feb 2014 09:19:12 +0000 (13:19 +0400)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 11 Feb 2014 09:34:45 +0000 (10:34 +0100)
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 <anton.kolesov@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigsegv/Config.in

index 563ca272d74e3735a5cc34d01990c293f14cc526..4890552a3c05bfe48537b9aa37ba84583c0a698f 100644 (file)
@@ -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.