* [Buildroot] [PATCH] libsigsegv: enable for sparc
@ 2016-06-03 3:15 Waldemar Brodkorb
2016-06-03 7:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2016-06-03 3:15 UTC (permalink / raw)
To: buildroot
Now that uClibc-ng 1.0.15 is in use, we can reenable
this package as context functions are available.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/libsigsegv/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
index e96ba5f..e5224da 100644
--- a/package/libsigsegv/Config.in
+++ b/package/libsigsegv/Config.in
@@ -3,12 +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, sparc and superh
- depends on !((BR2_powerpc || BR2_sh || BR2_sparc ) && BR2_TOOLCHAIN_USES_UCLIBC)
+ # No ucontext support in uclibc for powerpc and superh
+ depends on !((BR2_powerpc || BR2_sh) && 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_sh || BR2_sparc) && BR2_TOOLCHAIN_USES_UCLIBC
+ depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libsigsegv: enable for sparc
2016-06-03 3:15 [Buildroot] [PATCH] libsigsegv: enable for sparc Waldemar Brodkorb
@ 2016-06-03 7:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-06-03 7:46 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 3 Jun 2016 05:15:53 +0200, Waldemar Brodkorb wrote:
> Now that uClibc-ng 1.0.15 is in use, we can reenable
> this package as context functions are available.
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> package/libsigsegv/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-03 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 3:15 [Buildroot] [PATCH] libsigsegv: enable for sparc Waldemar Brodkorb
2016-06-03 7:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox