From: Thomas Petazzoni Date: Wed, 16 Apr 2014 18:59:14 +0000 (+0200) Subject: libsigsegv: not available on Microblaze X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b4b0ce9f2a51e8c1d3d467b7360668baa9a4ae8;p=buildroot.git libsigsegv: not available on Microblaze Fixes: http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124eeeffeca5657a0aa9/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in index 4890552a3c..2ca9a28925 100644 --- a/package/libsigsegv/Config.in +++ b/package/libsigsegv/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBSIGSEGV bool "libsigsegv" depends on !BR2_xtensa depends on !BR2_arc # no ucontext_i.sym file + depends on !BR2_microblaze help Library for handling page faults in user mode.