• 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
Gustavo ZacariasGustavo Zacarias committed dcc6bcd516c15 Nov 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "Binutils Options"
2
​
3
choice
4
    prompt "Binutils Version"
5
    default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
6
    default BR2_BINUTILS_VERSION_2_21_1 if (!BR2_UCLIBC_VERSION_0_9_31)
7
    default BR2_BINUTILS_VERSION_2_21
8
    help
9
      Select the version of binutils you wish to use.
10
​
11
    config BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
12
           depends on BR2_avr32
13
           bool "binutils 2.18-avr32-1.0.1"
14
​
15
    config BR2_BINUTILS_VERSION_2_20
16
        depends on !BR2_avr32 && BR2_DEPRECATED
17
        bool "binutils 2.20"
18
​
19
    config BR2_BINUTILS_VERSION_2_20_1
20
        depends on !BR2_avr32
21
        bool "binutils 2.20.1"
22
​
23
    config BR2_BINUTILS_VERSION_2_21
24
        depends on !BR2_avr32
25
        bool "binutils 2.21"
26
​
27
    config BR2_BINUTILS_VERSION_2_21_1
28
        depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
29
        bool "binutils 2.21.1"
30
​
31
    config BR2_BINUTILS_VERSION_2_22
32
        depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
33
        bool "binutils 2.22"
34
​
35
    config BR2_BINUTILS_VERSION_2_23_1
36
        depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
37
        bool "binutils 2.23.1"
38
​
39
endchoice
40
​
41
config BR2_BINUTILS_VERSION
42
    string
43
    default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
44
    default "2.20"      if BR2_BINUTILS_VERSION_2_20
45
    default "2.20.1"    if BR2_BINUTILS_VERSION_2_20_1
46
    default "2.21"      if BR2_BINUTILS_VERSION_2_21
47
    default "2.21.1"    if BR2_BINUTILS_VERSION_2_21_1
48
    default "2.22"      if BR2_BINUTILS_VERSION_2_22
49
    default "2.23.1"    if BR2_BINUTILS_VERSION_2_23_1
50
​
51
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
52
    string "Additional binutils options"
53
    default ""
54
    help
55
      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.