1 config BR2_PACKAGE_LIBSIGSEGV
4 depends on !BR2_arc # no ucontext_i.sym file
5 depends on !BR2_microblaze
6 depends on !BR2_m68k # unknown type name 'ucontext_t'
7 # No ucontext support in uclibc for powerpc and superh
8 depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
10 Library for handling page faults in user mode.
12 http://libsigsegv.sourceforge.net/
14 comment "libsigsegv needs a glibc toolchain"
15 depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC