2005-01-16 19:43:02 +08:00
|
|
|
# Choose binutils version.
|
|
|
|
|
|
|
|
choice
|
2006-04-21 07:03:42 +08:00
|
|
|
prompt "Binutils Version" if TOOLCHAINOPTS
|
2015-03-24 18:06:55 +08:00
|
|
|
default BINUTILS_VERSION_LINARO
|
2005-01-16 19:43:02 +08:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2013-09-11 21:18:23 +08:00
|
|
|
config BINUTILS_VERSION_LINARO
|
2014-01-07 23:03:55 +08:00
|
|
|
bool "Linaro binutils 2.24"
|
2013-09-11 21:18:23 +08:00
|
|
|
|
2005-01-16 19:43:02 +08:00
|
|
|
endchoice
|
|
|
|
|
2007-10-23 14:23:20 +08:00
|
|
|
config EXTRA_BINUTILS_CONFIG_OPTIONS
|
|
|
|
string
|
2009-09-10 22:32:36 +08:00
|
|
|
prompt "Additional binutils configure options" if TOOLCHAINOPTS
|
2007-10-23 14:23:20 +08:00
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Any additional binutils options you may want to include....
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config BINUTILS_VERSION
|
2005-01-16 19:43:02 +08:00
|
|
|
string
|
2006-04-21 07:03:42 +08:00
|
|
|
prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
|
2013-09-11 21:18:23 +08:00
|
|
|
default "linaro" if BINUTILS_VERSION_LINARO
|
2014-10-06 02:40:38 +08:00
|
|
|
default "linaro"
|