blob: 35f6d67b6c472d98bd6fa09cbcdd68b39a3c5f48 [file] [log] [blame]
config BR2_PACKAGE_LIBSIGSEGV
bool "libsigsegv"
depends on !BR2_xtensa
depends on !BR2_arc # no ucontext_i.sym file
depends on !BR2_microblaze
# No ucontext support in uclibc for powerpc
depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
help
Library for handling page faults in user mode.
http://libsigsegv.sourceforge.net/
comment "libsigsegv needs an (e)glibc toolchain"
depends on BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC