toolchain/binutils: Set 2.28 as default version
Use 2.28 by default Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
		 Daniel Engberg
					Daniel Engberg
				
			
				
					committed by
					
						 Felix Fietkau
						Felix Fietkau
					
				
			
			
				
	
			
			
			 Felix Fietkau
						Felix Fietkau
					
				
			
						parent
						
							d41a441bb6
						
					
				
				
					commit
					6af0facb4e
				
			| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| choice | choice | ||||||
| 	prompt "Binutils Version" if TOOLCHAINOPTS | 	prompt "Binutils Version" if TOOLCHAINOPTS | ||||||
| 	default BINUTILS_USE_VERSION_2_27 if !arc | 	default BINUTILS_USE_VERSION_2_28 if !arc | ||||||
| 	default BINUTILS_USE_VERSION_2_27_ARC if arc | 	default BINUTILS_USE_VERSION_2_27_ARC if arc | ||||||
| 	help | 	help | ||||||
| 	  Select the version of binutils you wish to use. | 	  Select the version of binutils you wish to use. | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| config BINUTILS_VERSION_2_27 | config BINUTILS_VERSION_2_27 | ||||||
| 	default y if (!TOOLCHAINOPTS && !arc) |  | ||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| config BINUTILS_VERSION_2_28 | config BINUTILS_VERSION_2_28 | ||||||
|  | 	default y if (!TOOLCHAINOPTS && !arc) | ||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| config BINUTILS_VERSION_2_27_ARC | config BINUTILS_VERSION_2_27_ARC | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user