All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] libsigsegv: mark as not available on m68k
@ 2016-07-06 19:34 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-06 19:34 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=755d6cb0fef6cdce43608cde980686f247033a7c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

  http://autobuild.buildroot.net/results/059fd862bd3e9456783f2f4ba307df15dbab0d41/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/libsigsegv/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index a420474..1f41f0d 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-06 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 19:34 [Buildroot] [git commit] libsigsegv: mark as not available on m68k Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.