summaryrefslogtreecommitdiffstats
path: root/package/libsigsegv/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libsigsegv/Config.in')
-rw-r--r--package/libsigsegv/Config.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index f258dc9e8a..8e89ff5aa4 100644
--- a/package/libsigsegv/Config.in
+++ b/package/libsigsegv/Config.in
@@ -1,15 +1,6 @@
config BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
bool
- # with glibc/musl, ucontext is available for all supported
- # architectures
- default y if BR2_TOOLCHAIN_USES_GLIBC
- default y if BR2_TOOLCHAIN_USES_MUSL
- # with uclibc, ucontext is only available for a subset of the
- # supported architectures
- default y if BR2_TOOLCHAIN_USES_UCLIBC && \
- (BR2_ARM_CPU_HAS_ARM || BR2_i386 || \
- BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
- BR2_sparc || BR2_x86_64)
+ default y if BR2_TOOLCHAIN_HAS_UCONTEXT
config BR2_PACKAGE_LIBSIGSEGV
bool "libsigsegv"
OpenPOWER on IntegriCloud