Commit ff163385 authored by Anton Kolesov's avatar Anton Kolesov Committed by Peter Korsgaard
Browse files

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: default avatarAnton Kolesov <anton.kolesov@synopsys.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 6fb89282
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.