OpenWrt – Blame information for rev 3
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # Choose binutils version. |
2 | |||
3 | choice |
||
4 | prompt "Binutils Version" if TOOLCHAINOPTS |
||
3 | office | 5 | default BINUTILS_USE_VERSION_2_29_1 if !arc |
1 | office | 6 | default BINUTILS_USE_VERSION_2_29_ARC if arc |
7 | help |
||
8 | Select the version of binutils you wish to use. |
||
9 | |||
3 | office | 10 | config BINUTILS_USE_VERSION_2_27 |
11 | depends on !arc |
||
12 | bool "Binutils 2.27" |
||
13 | select BINUTILS_VERSION_2_27 |
||
14 | |||
1 | office | 15 | config BINUTILS_USE_VERSION_2_29_ARC |
16 | depends on arc |
||
17 | bool "ARC binutils 2.29" |
||
18 | select BINUTILS_VERSION_2_29_ARC |
||
19 | |||
20 | config BINUTILS_USE_VERSION_2_29_1 |
||
21 | depends on !arc |
||
22 | bool "Binutils 2.29.1" |
||
23 | select BINUTILS_VERSION_2_29_1 |
||
24 | |||
3 | office | 25 | config BINUTILS_USE_VERSION_2_30 |
1 | office | 26 | depends on !arc |
3 | office | 27 | bool "Binutils 2.30" |
28 | select BINUTILS_VERSION_2_30 |
||
1 | office | 29 | |
30 | endchoice |
||
31 | |||
32 | config EXTRA_BINUTILS_CONFIG_OPTIONS |
||
33 | string |
||
34 | prompt "Additional binutils configure options" if TOOLCHAINOPTS |
||
35 | default "" |
||
36 | help |
||
37 | Any additional binutils options you may want to include.... |