package/libxslt: fix static build
[buildroot-gz.git] / package / libsigsegv / Config.in
blobe5224da2eed1e2f113f617b60fb14fa28692b8e7
1 config BR2_PACKAGE_LIBSIGSEGV
2         bool "libsigsegv"
3         depends on !BR2_xtensa
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)
8         help
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