OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | config BINUTILS_VERSION_2_27 |
2 | bool |
||
3 | |||
4 | config BINUTILS_VERSION_2_29_ARC |
||
5 | default y if (!TOOLCHAINOPTS && arc) |
||
6 | bool |
||
7 | |||
8 | config BINUTILS_VERSION_2_29_1 |
||
9 | default y if (!TOOLCHAINOPTS && !arc) |
||
10 | bool |
||
11 | |||
12 | config BINUTILS_VERSION_2_30 |
||
13 | bool |
||
14 | |||
15 | config BINUTILS_VERSION |
||
16 | string |
||
17 | default "2.27" if BINUTILS_VERSION_2_27 |
||
18 | default "2.29.1" if BINUTILS_VERSION_2_29_1 |
||
19 | default "2.30" if BINUTILS_VERSION_2_30 |
||
20 | default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC |