2b4b0ce9f2
Fixes: http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124eeeffeca5657a0aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
242 B
Plaintext
10 lines
242 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
|
|
help
|
|
Library for handling page faults in user mode.
|
|
|
|
http://libsigsegv.sourceforge.net/
|