blob: 2ca9a2892532ae3f9dea98b225d7dddc68729c7e (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_LIBSIGSEGV
bool "libsigsegv"
depends on !BR2_xtensa
depends on !BR2_arc # no ucontext_i.sym file
depends on !BR2_microblaze
help
Library for handling page faults in user mode.
http://libsigsegv.sourceforge.net/
|