949c857464
The web page has moved. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
537 B
Plaintext
16 lines
537 B
Plaintext
config BR2_PACKAGE_LIBSIGSEGV
|
|
bool "libsigsegv"
|
|
depends on !BR2_xtensa
|
|
depends on !BR2_arc # no ucontext_i.sym file
|
|
depends on !BR2_microblaze
|
|
depends on !BR2_m68k # unknown type name 'ucontext_t'
|
|
# No ucontext support in uclibc for powerpc and superh
|
|
depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
|
|
help
|
|
Library for handling page faults in user mode.
|
|
|
|
http://www.gnu.org/software/libsigsegv/
|
|
|
|
comment "libsigsegv needs a glibc toolchain"
|
|
depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC
|