toolchain/binutils: switch to version 2.37 by default
Compile tests: * all Runtime tests: * ipq806x/generic * lantiq/mt7621 * lantiq/xrx200 * x86/64 Signed-off-by: Paul Spooren <mail@aparcar.org> Tested-by: Paul Spooren <mail@aparcar.org> Tested-by: Rosen Penev <rosenp@gmail.com> Tested-by: Andre Heider <a.heider@gmail.com> Tested-by: Ansuel Smith <ansuelsmth@gmail.com> Tested-by: Rui Salvaterra <rsalvaterra@gmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
		| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| choice | choice | ||||||
| 	prompt "Binutils Version" if TOOLCHAINOPTS | 	prompt "Binutils Version" if TOOLCHAINOPTS | ||||||
| 	default BINUTILS_USE_VERSION_2_36_1 | 	default BINUTILS_USE_VERSION_2_37 | ||||||
| 	help | 	help | ||||||
| 	  Select the version of binutils you wish to use. | 	  Select the version of binutils you wish to use. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -8,10 +8,10 @@ config BINUTILS_VERSION_2_35_2 | |||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| config BINUTILS_VERSION_2_36_1 | config BINUTILS_VERSION_2_36_1 | ||||||
| 	default y if !TOOLCHAINOPTS |  | ||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| config BINUTILS_VERSION_2_37 | config BINUTILS_VERSION_2_37 | ||||||
|  | 	default y if !TOOLCHAINOPTS | ||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| config BINUTILS_VERSION | config BINUTILS_VERSION | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Paul Spooren
					Paul Spooren