libsigsegv: enable for sparc
authorWaldemar Brodkorb <wbx@openadk.org>
Fri, 3 Jun 2016 03:15:53 +0000 (05:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Jun 2016 07:46:20 +0000 (09:46 +0200)
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>
package/libsigsegv/Config.in

index e96ba5f017679b64b9380e9411608a212836d938..e5224da2eed1e2f113f617b60fb14fa28692b8e7 100644 (file)
@@ -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