mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
libsigsegv: mark as not available on m68k
Fixes: http://autobuild.buildroot.net/results/059fd862bd3e9456783f2f4ba307df15dbab0d41/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b8ea5ef41b
commit
755d6cb0fe
@ -3,6 +3,7 @@ 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
|
||||||
|
depends on !BR2_m68k # unknown type name 'ucontext_t'
|
||||||
# No ucontext support in uclibc for powerpc and superh
|
# No ucontext support in uclibc for powerpc and superh
|
||||||
depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
|
depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user