2013-04-07 22:31:43 +02:00
|
|
|
config BR2_PACKAGE_LIBSIGSEGV
|
|
|
|
bool "libsigsegv"
|
2014-02-04 19:41:44 +01:00
|
|
|
depends on !BR2_xtensa
|
2014-02-11 10:19:12 +01:00
|
|
|
depends on !BR2_arc # no ucontext_i.sym file
|
2014-04-16 20:59:14 +02:00
|
|
|
depends on !BR2_microblaze
|
2013-04-07 22:31:43 +02:00
|
|
|
help
|
|
|
|
Library for handling page faults in user mode.
|
|
|
|
|
|
|
|
http://libsigsegv.sourceforge.net/
|