Commit 868c6ceb authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

libsigsegv: disable for xtensa

The xtensa uClibc port does not provide the ucontext.h context manipulation
routines that libsigsegv needs.

Fixes:
http://autobuild.buildroot.net/results/06d/06d091f2ea8d08a900dd7304bab5eeeeb85f7353/



Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent feb75331
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBSIGSEGV
	bool "libsigsegv"
	depends on !BR2_xtensa
	help
	  Library for handling page faults in user mode.