OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # Choose binutils version. 1 # Choose binutils version.
Line 2... Line 2...
2   2  
3 choice 3 choice
4 prompt "Binutils Version" if TOOLCHAINOPTS 4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_USE_VERSION_2_31_1 if !arc 5 default BINUTILS_USE_VERSION_2_29_1 if !arc
6 default BINUTILS_USE_VERSION_2_29_ARC if arc 6 default BINUTILS_USE_VERSION_2_29_ARC if arc
7 help 7 help
Line -... Line 8...
-   8 Select the version of binutils you wish to use.
-   9  
-   10 config BINUTILS_USE_VERSION_2_27
-   11 depends on !arc
-   12 bool "Binutils 2.27"
8 Select the version of binutils you wish to use. 13 select BINUTILS_VERSION_2_27
9   14  
10 config BINUTILS_USE_VERSION_2_29_ARC 15 config BINUTILS_USE_VERSION_2_29_ARC
11 depends on arc 16 depends on arc
Line 12... Line 17...
12 bool "ARC binutils 2.29" 17 bool "ARC binutils 2.29"
13 select BINUTILS_VERSION_2_29_ARC 18 select BINUTILS_VERSION_2_29_ARC
14   19  
15 config BINUTILS_USE_VERSION_2_29_1 20 config BINUTILS_USE_VERSION_2_29_1
Line 16... Line -...
16 depends on !arc -  
17 bool "Binutils 2.29.1" -  
18 select BINUTILS_VERSION_2_29_1 -  
19   -  
20 config BINUTILS_USE_VERSION_2_31_1 -  
21 depends on !arc 21 depends on !arc
22 bool "Binutils 2.31.1" 22 bool "Binutils 2.29.1"
23 select BINUTILS_VERSION_2_31_1 23 select BINUTILS_VERSION_2_29_1
24   24  
Line 25... Line 25...
25 config BINUTILS_USE_VERSION_2_32 25 config BINUTILS_USE_VERSION_2_30
Line 26... Line 26...
26 depends on !arc 26 depends on !arc
27 bool "Binutils 2.32" 27 bool "Binutils 2.30"