• 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/binutils/Config.in.host
Vlad ZakharovVlad Zakharov committed 3897ded714201 Aug 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "Binutils Options"
2
​
3
choice
4
    prompt "Binutils Version"
5
    depends on !BR2_arc
6
    default BR2_BINUTILS_VERSION_2_25_X
7
    help
8
      Select the version of binutils you wish to use.
9
​
10
    config BR2_BINUTILS_VERSION_2_24_X
11
        # supported, but broken on Nios-II, Blackfin and powerpc64le
12
        depends on !BR2_nios2 && !BR2_powerpc64le && !BR2_bfin
13
        # Unsupported for MIPS R6
14
        depends on !BR2_mips_32r6 && !BR2_mips_64r6
15
        # Unsupported ARM cores
16
        depends on !BR2_cortex_a17
17
        bool "binutils 2.24"
18
​
19
    config BR2_BINUTILS_VERSION_2_25_X
20
        bool "binutils 2.25.1"
21
        # supported but broken on Blackfin
22
        depends on !BR2_bfin
23
​
24
    config BR2_BINUTILS_VERSION_2_26_X
25
        bool "binutils 2.26.1"
26
​
27
endchoice
28
​
29
config BR2_BINUTILS_VERSION
30
    string
31
    default "arc-2016.09-eng007"    if BR2_arc
32
    default "2.24"      if BR2_BINUTILS_VERSION_2_24_X
33
    default "2.25.1"    if BR2_BINUTILS_VERSION_2_25_X
34
    default "2.26.1"    if BR2_BINUTILS_VERSION_2_26_X
35
​
36
config BR2_BINUTILS_ENABLE_LTO
37
    bool
38
​
39
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
40
    string "Additional binutils options"
41
    default ""
42
    help
43
      Any additional binutils options you may want to include.
  • 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.