summaryrefslogtreecommitdiffstats
path: root/package/libsigsegv
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-07-06 11:01:51 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-18 23:52:18 +0200
commitb3850d837888afacc48eef3c2c6514e282724a27 (patch)
treeaa68576b1e5a33596e29b0f66504f50c671d43d3 /package/libsigsegv
parent40f0c0c122bd93fc835a44d804096f7022f833be (diff)
downloadbuildroot-b3850d837888afacc48eef3c2c6514e282724a27.tar.gz
buildroot-b3850d837888afacc48eef3c2c6514e282724a27.zip
libsigsegv: unavailable for powerpc with uclibc
Fixes: http://autobuild.buildroot.net/results/c5f/c5fef9a89f99e13de9cabe52c2ac1602d85974fe/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigsegv')
-rw-r--r--package/libsigsegv/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index 2ca9a28925..35f6d67b6c 100644
--- a/package/libsigsegv/Config.in
+++ b/package/libsigsegv/Config.in
@@ -3,7 +3,12 @@ config BR2_PACKAGE_LIBSIGSEGV
depends on !BR2_xtensa
depends on !BR2_arc # no ucontext_i.sym file
depends on !BR2_microblaze
+ # No ucontext support in uclibc for powerpc
+ depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
help
Library for handling page faults in user mode.
http://libsigsegv.sourceforge.net/
+
+comment "libsigsegv needs an (e)glibc toolchain"
+ depends on BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC
OpenPOWER on IntegriCloud