Config.in 290 B

1234567891011
  1. config BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
  2. bool
  3. default y if BR2_TOOLCHAIN_HAS_UCONTEXT
  4. config BR2_PACKAGE_LIBSIGSEGV
  5. bool "libsigsegv"
  6. depends on BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
  7. help
  8. Library for handling page faults in user mode.
  9. http://www.gnu.org/software/libsigsegv/