2005-01-16 11:43:02 +00:00
|
|
|
# Choose binutils version.
|
|
|
|
|
|
|
|
choice
|
2006-04-20 23:03:42 +00:00
|
|
|
prompt "Binutils Version" if TOOLCHAINOPTS
|
2016-01-20 13:54:17 +00:00
|
|
|
default BINUTILS_USE_VERSION_2_25_1 if !arc
|
2016-05-19 05:20:33 +00:00
|
|
|
default BINUTILS_USE_VERSION_2_26_ARC if arc
|
2005-01-16 11:43:02 +00:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_24_LINARO
|
|
|
|
depends on !arc
|
2014-01-07 15:03:55 +00:00
|
|
|
bool "Linaro binutils 2.24"
|
2015-11-10 12:03:59 +00:00
|
|
|
select BINUTILS_VERSION_2_24_LINARO
|
2013-09-11 13:18:23 +00:00
|
|
|
|
2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_25_1
|
|
|
|
depends on !arc
|
2015-09-15 21:58:48 +00:00
|
|
|
bool "Binutils 2.25.1"
|
2015-11-10 12:03:59 +00:00
|
|
|
select BINUTILS_VERSION_2_25_1
|
|
|
|
|
2016-07-13 13:57:02 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_26_1
|
|
|
|
depends on !arc
|
|
|
|
bool "Binutils 2.26.1"
|
|
|
|
select BINUTILS_VERSION_2_26_1
|
|
|
|
|
2016-05-19 05:20:33 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_26_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
depends on arc
|
2016-05-19 05:20:33 +00:00
|
|
|
bool "ARC binutils 2.26"
|
|
|
|
select BINUTILS_VERSION_2_26_ARC
|
2015-09-11 17:58:39 +00:00
|
|
|
|
2005-01-16 11:43:02 +00:00
|
|
|
endchoice
|
|
|
|
|
2007-10-23 06:23:20 +00:00
|
|
|
config EXTRA_BINUTILS_CONFIG_OPTIONS
|
|
|
|
string
|
2009-09-10 14:32:36 +00:00
|
|
|
prompt "Additional binutils configure options" if TOOLCHAINOPTS
|
2007-10-23 06:23:20 +00:00
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Any additional binutils options you may want to include....
|