[Buildroot] [PATCH] libsigsegv: disable for ARC

Anton Kolesov anton.kolesov at synopsys.com
Tue Feb 11 09:19:12 UTC 2014


The ARC uClibc port doesn't provide ucontext_i.sym file required to enable
context manipulation routines that libsigsegv needs.

Signed-off-by: Anton Kolesov <anton.kolesov at synopsys.com>
---
 package/libsigsegv/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index 563ca27..4abb2a4 100644
--- a/package/libsigsegv/Config.in
+++ b/package/libsigsegv/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBSIGSEGV
 	bool "libsigsegv"
 	depends on !BR2_xtensa
+	depends on !BR2_arc
 	help
 	  Library for handling page faults in user mode.
 
-- 
1.8.4.1



More information about the buildroot mailing list