From: Thomas Petazzoni Date: Wed, 6 Jul 2016 19:34:44 +0000 (+0200) Subject: libsigsegv: mark as not available on m68k X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=755d6cb0fef6cdce43608cde980686f247033a7c;p=buildroot.git libsigsegv: mark as not available on m68k Fixes: http://autobuild.buildroot.net/results/059fd862bd3e9456783f2f4ba307df15dbab0d41/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in index a420474381..1f41f0ddf3 100644 --- a/package/libsigsegv/Config.in +++ b/package/libsigsegv/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBSIGSEGV depends on !BR2_xtensa depends on !BR2_arc # no ucontext_i.sym file depends on !BR2_microblaze + depends on !BR2_m68k # unknown type name 'ucontext_t' # No ucontext support in uclibc for powerpc and superh depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC) help