• 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/toolchain/Config.in
Yann E. MORINYann E. MORIN committed d9f61fb4ce903 Sep 2017
Raw file
Source viewDiff to previous
 
1
menu "Toolchain"
2
​
3
# Invisible option that makes sure the toolchain package always gets
4
# built
5
config BR2_TOOLCHAIN
6
    bool
7
    default y
8
​
9
# Should be selected for glibc or eglibc
10
config BR2_TOOLCHAIN_USES_GLIBC
11
    bool
12
    select BR2_USE_WCHAR
13
    select BR2_ENABLE_LOCALE
14
    select BR2_TOOLCHAIN_HAS_FULL_GETTEXT
15
    select BR2_TOOLCHAIN_HAS_THREADS
16
    select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
17
    select BR2_TOOLCHAIN_HAS_THREADS_NPTL
18
    select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
19
    select BR2_TOOLCHAIN_SUPPORTS_PIE
20
​
21
config BR2_TOOLCHAIN_USES_UCLIBC
22
    bool
23
    select BR2_TOOLCHAIN_SUPPORTS_PIE if !BR2_m68k && !BR2_microblaze && !BR2_STATIC_LIBS
24
​
25
config BR2_TOOLCHAIN_USES_MUSL
26
    bool
27
    select BR2_USE_WCHAR
28
    select BR2_ENABLE_LOCALE
29
    select BR2_TOOLCHAIN_HAS_THREADS
30
    select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
31
    select BR2_TOOLCHAIN_HAS_THREADS_NPTL
32
    select BR2_TOOLCHAIN_SUPPORTS_PIE if !BR2_STATIC_LIBS
33
​
34
choice
35
    prompt "Toolchain type"
36
    help
37
      Select whether to use the toolchain provided by buildroot
38
      or an external toolchain.
39
​
40
      Some vendors provide toolchains in binary form, some in
41
      source form.
42
​
43
config BR2_TOOLCHAIN_BUILDROOT
44
    bool "Buildroot toolchain"
45
    select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
46
    depends on BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT
47
​
48
config BR2_TOOLCHAIN_EXTERNAL
49
    bool "External toolchain"
50
    help
51
      Select if you want to use an existing cross-compiling
52
      toolchain. Buildroot can either download automatically a
53
      toolchain, or use an already installed toolchain.
54
​
55
endchoice
56
​
57
source "toolchain/toolchain-buildroot/Config.in"
58
source "toolchain/toolchain-external/Config.in"
59
source "toolchain/toolchain-common.in"
60
​
61
endmenu
  • 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.