[Buildroot] [git commit] package/moarvm: enable on sparc and sparc64
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-12-14 20:12:53
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=1c12b00924818d402513808e17ee92e843932834 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master sparc and sparc64 are supported since version 2020.09 and https://github.com/MoarVM/MoarVM/commit/87ad486f30ecdf28b4abbcf40139467f626f8548 https://github.com/MoarVM/MoarVM/commit/34e0fb55e33482fe09083627eb54003bde07d8a7 Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- package/moarvm/Config.in | 3 --- 1 file changed, 3 deletions(-)
diff --git a/package/moarvm/Config.in b/package/moarvm/Config.in
index acef8f5d61..ec38047b2d 100644
--- a/package/moarvm/Config.in
+++ b/package/moarvm/Config.in@@ -4,8 +4,6 @@ config BR2_PACKAGE_MOARVM depends on !BR2_STATIC_LIBS # libuv depends on BR2_USE_MMU # libuv depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops - # needs AO_fetch_compare_and_swap, not implemented for sparcv8/sparcv9 - depends on !BR2_sparc64 && !BR2_sparc depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv select BR2_PACKAGE_LIBUV select BR2_PACKAGE_LIBTOMMATH
@@ -26,5 +24,4 @@ comment "moarvm needs a toolchain w/ NPTL, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS depends on BR2_USE_MMU depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS - depends on !BR2_sparc64 && !BR2_sparc depends on BR2_TOOLCHAIN_HAS_SYNC_4
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot