• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/moarvm/Config.in
Waldemar BrodkorbWaldemar Brodkorb committed ebb15bbd41328 May 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_MOARVM
2
    bool "moarvm"
3
    depends on BR2_TOOLCHAIN_HAS_THREADS # libuv
4
    depends on !BR2_STATIC_LIBS # libuv
5
    depends on BR2_USE_MMU # libuv
6
    depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # libatomic_ops
7
    # needs AO_fetch_compare_and_swap, not implemented for sparcv8/sparcv9
8
    depends on !BR2_sparc64 && !BR2_sparc
9
    select BR2_PACKAGE_LIBUV
10
    select BR2_PACKAGE_LIBTOMMATH
11
    select BR2_PACKAGE_LIBATOMIC_OPS
12
    help
13
      Short for "Metamodel On A Runtime", MoarVM is a virtual machine
14
      built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.
15
​
16
      http://moarvm.com
17
​
18
comment "moarvm needs a toolchain w/ threads, dynamic library"
19
    depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
20
    depends on BR2_USE_MMU
21
    depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
22
    depends on !BR2_sparc64 && !BR2_sparc
23
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.