Commit f8973107 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

binutils: default to 2.24



2.22 is getting quite old (Nov 2011) and we've recently added 2.25. 2.24 has
been used for the "new" architectures for a while and there's no known
issues going to 2.24 for the rest, so bump the default version.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent e5469f7f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@ comment "Binutils Options"
choice
	prompt "Binutils Version"
	depends on !BR2_arc
	default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
	default BR2_BINUTILS_VERSION_2_22
	default BR2_BINUTILS_VERSION_2_24
	help
	  Select the version of binutils you wish to use.