mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
e748e303da
commit
ca3b3c37b8
@ -3,12 +3,12 @@ config BR2_PACKAGE_LIBSIGSEGV
|
|||||||
depends on !BR2_xtensa
|
depends on !BR2_xtensa
|
||||||
depends on !BR2_arc # no ucontext_i.sym file
|
depends on !BR2_arc # no ucontext_i.sym file
|
||||||
depends on !BR2_microblaze
|
depends on !BR2_microblaze
|
||||||
# No ucontext support in uclibc for powerpc, sparc and superh
|
# No ucontext support in uclibc for powerpc and superh
|
||||||
depends on !((BR2_powerpc || BR2_sh || BR2_sparc ) && BR2_TOOLCHAIN_USES_UCLIBC)
|
depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
|
||||||
help
|
help
|
||||||
Library for handling page faults in user mode.
|
Library for handling page faults in user mode.
|
||||||
|
|
||||||
http://libsigsegv.sourceforge.net/
|
http://libsigsegv.sourceforge.net/
|
||||||
|
|
||||||
comment "libsigsegv needs an (e)glibc toolchain"
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user