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
|
2016-06-03 05:15:53 +02:00
|
|
|
# No ucontext support in uclibc for powerpc and superh
|
|
|
|
depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
|
2013-04-07 22:31:43 +02:00
|
|
|
help
|
|
|
|
Library for handling page faults in user mode.
|
|
|
|
|
|
|
|
http://libsigsegv.sourceforge.net/
|
2015-07-06 16:01:51 +02:00
|
|
|
|
|
|
|
comment "libsigsegv needs an (e)glibc toolchain"
|
2016-06-03 05:15:53 +02:00
|
|
|
depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC
|