summaryrefslogtreecommitdiff
path: root/config/binutils.in
blob: 9ea2a8edeee999dbf1bee7254e5f546fb4033826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# binutils options

menu "binutils"

config BINUTILS_VERSION
    string

choice
    bool
    prompt "binutils version"

config BINUTILS_V_2_11_2
    bool
    prompt "2.11.2"
    depends on OBSOLETE

config BINUTILS_V_2_13_90
    bool
    prompt "2.13.90"
    depends on OBSOLETE

config BINUTILS_V_2_14
    bool
    prompt "2.14"
    depends on OBSOLETE

config BINUTILS_V_2_14_90
    bool
    prompt "2.14.90"
    depends on OBSOLETE

config BINUTILS_V_2_14_92
    bool
    prompt "2.14.92"
    depends on OBSOLETE

config BINUTILS_V_2_15
    bool
    prompt "2.15"
    depends on OBSOLETE

config BINUTILS_V_2_15_90
    bool
    prompt "2.15.90"
    depends on OBSOLETE

config BINUTILS_V_2_15_91
    bool
    prompt "2.15.91"
    depends on OBSOLETE

config BINUTILS_V_2_16
    bool
    prompt "2.16"

config BINUTILS_V_2_16_1
    bool
    prompt "2.16.1"

config BINUTILS_V_2_17
    bool
    prompt "2.17"

config BINUTILS_V_2_17_50_0_1
    bool
    prompt "2.17.50.0.1"

config BINUTILS_V_2_17_50_0_2
    bool
    prompt "2.17.50.0.2"

config BINUTILS_V_2_17_50_0_3
    bool
    prompt "2.17.50.0.3"

config BINUTILS_V_2_17_50_0_4
    bool
    prompt "2.17.50.0.4"

config BINUTILS_V_2_17_50_0_5
    bool
    prompt "2.17.50.0.5"

config BINUTILS_V_2_17_50_0_6
    bool
    prompt "2.17.50.0.6"

config BINUTILS_V_2_17_50_0_7
    bool
    prompt "2.17.50.0.7"

config BINUTILS_V_2_17_50_0_8
    bool
    prompt "2.17.50.0.8"

config BINUTILS_V_2_17_50_0_9
    bool
    prompt "2.17.50.0.9"

config BINUTILS_V_2_17_50_0_10
    bool
    prompt "2.17.50.0.10"

config BINUTILS_V_2_17_50_0_11
    bool
    prompt "2.17.50.0.11"

config BINUTILS_V_2_17_50_0_12
    bool
    prompt "2.17.50.0.12"

config BINUTILS_V_2_17_50_0_13
    bool
    prompt "2.17.50.0.13"

config BINUTILS_V_2_17_50_0_14
    bool
    prompt "2.17.50.0.14"

config BINUTILS_V_2_17_50_0_15
    bool
    prompt "2.17.50.0.15"

config BINUTILS_V_2_17_50_0_16
    bool
    prompt "2.17.50.0.16"

# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice

config BINUTILS_VERSION
    string
    default "2.11.2" if BINUTILS_V_2_11_2
    default "2.13.90" if BINUTILS_V_2_13_90
    default "2.14" if BINUTILS_V_2_14
    default "2.14.90" if BINUTILS_V_2_14_90
    default "2.14.92" if BINUTILS_V_2_14_92
    default "2.15" if BINUTILS_V_2_15
    default "2.15.90" if BINUTILS_V_2_15_90
    default "2.15.91" if BINUTILS_V_2_15_91
    default "2.16" if BINUTILS_V_2_16
    default "2.16.1" if BINUTILS_V_2_16_1
    default "2.17" if BINUTILS_V_2_17
    default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
    default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
    default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
    default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
    default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
    default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
    default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
    default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
    default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
    default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
    default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
    default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
    default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
    default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
    default "2.17.50.0.15" if BINUTILS_V_2_17_50_0_15
    default "2.17.50.0.16" if BINUTILS_V_2_17_50_0_16
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

config BINUTILS_EXTRA_CONFIG
    string
    prompt "binutils extra config"
    default ""
    help
      Extra flags passed onto ./configure when configuring

endmenu