• 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/glibc/Config.in
Gustavo ZacariasGustavo Zacarias committed 0b87314aa5922 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
if BR2_TOOLCHAIN_BUILDROOT_GLIBC
2
​
3
config BR2_PACKAGE_GLIBC
4
    bool
5
    default y
6
    select BR2_PACKAGE_LINUX_HEADERS
7
    select BR2_TOOLCHAIN_HAS_SSP
8
​
9
choice
10
    prompt "glibc version"
11
    default BR2_GLIBC_VERSION_2_23
12
​
13
config BR2_GLIBC_VERSION_2_22
14
    bool "2.22"
15
    # No support for pthread barriers on < v9 ISA
16
    depends on !BR2_sparc
17
    # Too old to build with gcc >= 6.x
18
    depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6
19
​
20
config BR2_GLIBC_VERSION_2_23
21
    bool "2.23"
22
    # No support for pthread barriers on < v9 ISA
23
    depends on !BR2_sparc
24
​
25
endchoice
26
​
27
endif
28
​
29
config BR2_GLIBC_VERSION_STRING
30
    string
31
    default "2.22" if BR2_GLIBC_VERSION_2_22
32
    default "2.23" if BR2_GLIBC_VERSION_2_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.