• 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/liburcu/Config.in
Thomas PetazzoniThomas Petazzoni committed 07bb65c657f30 Jan 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
2
    bool
3
    depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64
4
    default y
5
​
6
config BR2_PACKAGE_LIBURCU
7
    bool "liburcu"
8
    depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
9
    depends on BR2_TOOLCHAIN_HAS_THREADS
10
    help
11
      Userspace implementation of the Read-Copy-Update (RCU)
12
      synchronization mechanism. This library is mainly used by
13
      the LTTng tracing infrastructure, but can be used for other
14
      purposes as well.
15
​
16
      On ARM, because of bug:
17
        http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854
18
      liburcu cannot be built using gcc 4.8.0, 4.8.1 or 4.8.2 without the
19
      following bug fix:
20
        http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=204665
21
​
22
      http://lttng.org/urcu
23
​
24
comment "liburcu needs a toolchain w/ threads"
25
    depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
26
    depends on !BR2_TOOLCHAIN_HAS_THREADS
  • 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.