[Buildroot] [PATCH] libsigsegv: unavailable for powerpc with uclibc

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Jul 6 14:01:51 UTC 2015


Fixes:
http://autobuild.buildroot.net/results/c5f/c5fef9a89f99e13de9cabe52c2ac1602d85974fe/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/libsigsegv/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index 2ca9a28..35f6d67 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
-- 
2.3.6



More information about the buildroot mailing list