summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-03 05:15:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-03 09:46:20 +0200
commitca3b3c37b80fd3226e62dcfbbb1487a312361ba2 (patch)
treee0266516faf2f0a64d84415e80a11c5f7022de38
parente748e303dadf8e04a8a07777e15adbae3d99a140 (diff)
libsigsegv: enable for sparc
Now that uClibc-ng 1.0.15 is in use, we can reenable this package as context functions are available. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libsigsegv/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index e96ba5f01..e5224da2e 100644
--- a/package/libsigsegv/Config.in
+++ b/package/libsigsegv/Config.in
@@ -3,12 +3,12 @@ config BR2_PACKAGE_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, sparc and superh
- depends on !((BR2_powerpc || BR2_sh || BR2_sparc ) && BR2_TOOLCHAIN_USES_UCLIBC)
+ # 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://libsigsegv.sourceforge.net/
comment "libsigsegv needs an (e)glibc toolchain"
- depends on (BR2_powerpc || BR2_sh || BR2_sparc) && BR2_TOOLCHAIN_USES_UCLIBC
+ depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC