1 config BR2_PACKAGE_LIBSIGSEGV
4 depends on !BR2_arc # no ucontext_i.sym file
5 depends on !BR2_microblaze
6 # No ucontext support in uclibc for powerpc and superh
7 depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
9 Library for handling page faults in user mode.
11 http://libsigsegv.sourceforge.net/
13 comment "libsigsegv needs an (e)glibc toolchain"
14 depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC