mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
libsigsegv: unavailable for powerpc with uclibc
Fixes: http://autobuild.buildroot.net/results/c5f/c5fef9a89f99e13de9cabe52c2ac1602d85974fe/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
40f0c0c122
commit
b3850d8378
@ -3,7 +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
|
||||||
|
depends on !(BR2_powerpc && 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"
|
||||||
|
depends on BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user