* [Buildroot] [PATCH] moarvm: disable for sparc64
@ 2016-01-17 12:58 Waldemar Brodkorb
2016-01-17 13:04 ` Baruch Siach
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2016-01-17 12:58 UTC (permalink / raw)
To: buildroot
Missing implementation of AO_fetch_compare_and_swap in
libatomic_ops library for sparcv9.
Fixes following autobuilder issues:
http://autobuild.buildroot.net/results/268e328e2d9ea951c0728ab6031d32e2b460d015/
http://autobuild.buildroot.net/results/84847a9201244fce3e05e5e4e201f2e1848238de/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/moarvm/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/moarvm/Config.in b/package/moarvm/Config.in
index 95f3752..bb1af7e 100644
--- a/package/moarvm/Config.in
+++ b/package/moarvm/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_MOARVM
depends on !BR2_STATIC_LIBS # libuv
depends on BR2_USE_MMU # libuv
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # libatomic_ops
+ # needs AO_fetch_compare_and_swap, not implemented for sparcv9
+ depends on !BR2_sparc64
select BR2_PACKAGE_LIBUV
select BR2_PACKAGE_LIBATOMIC_OPS
help
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] moarvm: disable for sparc64
2016-01-17 12:58 [Buildroot] [PATCH] moarvm: disable for sparc64 Waldemar Brodkorb
@ 2016-01-17 13:04 ` Baruch Siach
0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach @ 2016-01-17 13:04 UTC (permalink / raw)
To: buildroot
Hi Waldemar,
On Sun, Jan 17, 2016 at 01:58:08PM +0100, Waldemar Brodkorb wrote:
> Missing implementation of AO_fetch_compare_and_swap in
> libatomic_ops library for sparcv9.
>
> Fixes following autobuilder issues:
> http://autobuild.buildroot.net/results/268e328e2d9ea951c0728ab6031d32e2b460d015/
> http://autobuild.buildroot.net/results/84847a9201244fce3e05e5e4e201f2e1848238de/
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> package/moarvm/Config.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/moarvm/Config.in b/package/moarvm/Config.in
> index 95f3752..bb1af7e 100644
> --- a/package/moarvm/Config.in
> +++ b/package/moarvm/Config.in
> @@ -4,6 +4,8 @@ config BR2_PACKAGE_MOARVM
> depends on !BR2_STATIC_LIBS # libuv
> depends on BR2_USE_MMU # libuv
> depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # libatomic_ops
> + # needs AO_fetch_compare_and_swap, not implemented for sparcv9
> + depends on !BR2_sparc64
Please update the comment dependency as well.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-17 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 12:58 [Buildroot] [PATCH] moarvm: disable for sparc64 Waldemar Brodkorb
2016-01-17 13:04 ` Baruch Siach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox