summaryrefslogtreecommitdiff
path: root/package/libsigsegv
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-16 20:59:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-16 20:59:14 +0200
commit2b4b0ce9f2a51e8c1d3d467b7360668baa9a4ae8 (patch)
treec860da4b1239fd022c1742df50d442b4019b925c /package/libsigsegv
parent7e2ba248c62dd48c4f24b71e16c4cc1601596b5f (diff)
libsigsegv: not available on Microblaze
Fixes: http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124eeeffeca5657a0aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigsegv')
-rw-r--r--package/libsigsegv/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index 4890552a3..2ca9a2892 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.