projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb7533
)
libsigsegv: disable for xtensa
author
Baruch Siach
<baruch@tkos.co.il>
Tue, 4 Feb 2014 18:41:44 +0000
(20:41 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 4 Feb 2014 21:46:07 +0000
(22:46 +0100)
The xtensa uClibc port does not provide the ucontext.h context manipulation
routines that libsigsegv needs.
Fixes:
http://autobuild.buildroot.net/results/06d/
06d091f2ea8d08a900dd7304bab5eeeeb85f7353
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigsegv/Config.in
patch
|
blob
|
history
diff --git
a/package/libsigsegv/Config.in
b/package/libsigsegv/Config.in
index c46bb92ece94c93cb95438381ca5a4edab3fbe1e..563ca272d74e3735a5cc34d01990c293f14cc526 100644
(file)
--- a/
package/libsigsegv/Config.in
+++ b/
package/libsigsegv/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_LIBSIGSEGV
bool "libsigsegv"
+ depends on !BR2_xtensa
help
Library for handling page faults in user mode.