• 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 10c1eec2c3319 Sep 2010
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
menu "Toolchain"
2
choice
3
    prompt "Toolchain type"
4
    help
5
      Select whether to use the toolchain provided by buildroot
6
      or an external toolchain.
7
​
8
      Some vendors provide toolchains in binary form, some in
9
      source form.
10
​
11
config BR2_TOOLCHAIN_BUILDROOT
12
    bool "Buildroot toolchain"
13
​
14
config BR2_TOOLCHAIN_EXTERNAL
15
    bool "External toolchain"
16
​
17
config BR2_TOOLCHAIN_CTNG
18
    bool "Crosstool-NG toolchain"
19
    help
20
      Say 'y' if you want to generate the toolchain with crosstool-NG
21
      ( http://ymorin.is-a-geek.org/projects/crosstool )
22
​
23
      This is considered experimental, and you can expect some breakage.
24
​
25
endchoice
26
​
27
source "toolchain/toolchain-buildroot/Config.in"
28
source "toolchain/toolchain-external/Config.in"
29
source "toolchain/toolchain-crosstool-ng/Config.in"
30
source "toolchain/toolchain-common.in"
31
source "toolchain/toolchain-buildroot/Config.in.2"
32
source "toolchain/toolchain-external/Config.in.2"
33
​
34
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.