• 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/toolchain-external/Config.in
Baruch SiachBaruch Siach committed 6510a826e1716 Jun 2017
Raw file
Source viewDiff to previous
source "toolchain/toolchain-external/toolchain-external-codesourcery-aarch64/Config.in.options"
 
1
if BR2_TOOLCHAIN_EXTERNAL
2
​
3
comment "Toolchain External Options"
4
​
5
choice
6
    prompt "Toolchain"
7
​
8
comment "glibc toolchains only available with shared lib support"
9
    depends on BR2_STATIC_LIBS
10
​
11
# Kept toolchains sorted by architecture in order to use some toolchain
12
# as default choice
13
​
14
# Aarch64 (use Linaro toolchain by default)
15
source "toolchain/toolchain-external/toolchain-external-linaro-aarch64/Config.in"
16
source "toolchain/toolchain-external/toolchain-external-codesourcery-aarch64/Config.in"
17
​
18
# ARC
19
source "toolchain/toolchain-external/toolchain-external-synopsys-arc/Config.in"
20
​
21
# ARM (use Linaro toolchain by default)
22
source "toolchain/toolchain-external/toolchain-external-linaro-arm/Config.in"
23
source "toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in"
24
​
25
# ARM big-endian
26
source "toolchain/toolchain-external/toolchain-external-linaro-armeb/Config.in"
27
​
28
# MIPS (use codesourcery toolchain by default)
29
source "toolchain/toolchain-external/toolchain-external-codesourcery-mips/Config.in"
30
source "toolchain/toolchain-external/toolchain-external-codescape-img-mips/Config.in"
31
source "toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in"
32
​
33
# NIOSII
34
source "toolchain/toolchain-external/toolchain-external-codesourcery-niosII/Config.in"
35
​
36
# x86_64
37
source "toolchain/toolchain-external/toolchain-external-codesourcery-amd64/Config.in"
38
​
39
# Kept last, so it remains the non-default choice, unless there isn't
40
# any available toolchain profile for the currently selected
41
# architecture.
42
source "toolchain/toolchain-external/toolchain-external-custom/Config.in"
43
​
44
endchoice
45
​
46
choice
47
    prompt "Toolchain origin"
48
    # Keep compatibility with old defconfig files that are using
49
    # custom toolchains, and which are therefore assuming that
50
    # "preinstalled" in the default choice.
51
    default BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
52
​
53
config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD
54
    bool "Toolchain to be downloaded and installed"
55
    help
56
      Select this option if you want Buildroot to download and install the
57
      toolchain. If you have selected a custom toolchain, specify the URL
58
      in BR2_TOOLCHAIN_EXTERNAL_URL.
59
​
60
config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED
61
    bool "Pre-installed toolchain"
62
    help
63
      Select this option if you want to use a pre-installed toolchain.
  • 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.