OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line -... | Line 1... | |||
- | 1 | config BINUTILS_VERSION_2_27 |
||
- | 2 | bool |
||
- | 3 | |
||
1 | config BINUTILS_VERSION_2_29_ARC |
4 | config BINUTILS_VERSION_2_29_ARC |
|
2 | default y if (!TOOLCHAINOPTS && arc) |
5 | default y if (!TOOLCHAINOPTS && arc) |
|
3 | bool |
6 | bool |
|
Line 4... | Line 7... | |||
4 | |
7 | |
|
5 | config BINUTILS_VERSION_2_29_1 |
- | ||
6 | bool |
- | ||
7 | |
- | ||
8 | config BINUTILS_VERSION_2_31_1 |
8 | config BINUTILS_VERSION_2_29_1 |
|
9 | default y if (!TOOLCHAINOPTS && !arc) |
9 | default y if (!TOOLCHAINOPTS && !arc) |
|
Line 10... | Line 10... | |||
10 | bool |
10 | bool |
|
11 | |
11 | |
|
Line 12... | Line 12... | |||
12 | config BINUTILS_VERSION_2_32 |
12 | config BINUTILS_VERSION_2_30 |
|
13 | bool |
13 | bool |
|
- | 14 | |
||
14 | |
15 | config BINUTILS_VERSION |
|
15 | config BINUTILS_VERSION |
- | ||
16 | string |
16 | string |
|
17 | default "2.29.1" if BINUTILS_VERSION_2_29_1 |
17 | default "2.27" if BINUTILS_VERSION_2_27 |