mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
feb7533173
commit
868c6cebe4
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBSIGSEGV
|
config BR2_PACKAGE_LIBSIGSEGV
|
||||||
bool "libsigsegv"
|
bool "libsigsegv"
|
||||||
|
depends on !BR2_xtensa
|
||||||
help
|
help
|
||||||
Library for handling page faults in user mode.
|
Library for handling page faults in user mode.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user