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
|
2018-08-17 21:40:29 +00:00
|
|
|
default BINUTILS_USE_VERSION_2_31_1 if !arc
|
2019-02-27 10:00:08 +00:00
|
|
|
default BINUTILS_USE_VERSION_2_32 if arc
|
2005-01-16 11:43:02 +00:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2017-10-14 19:28:11 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_29_1
|
|
|
|
depends on !arc
|
|
|
|
bool "Binutils 2.29.1"
|
|
|
|
select BINUTILS_VERSION_2_29_1
|
|
|
|
|
2018-07-20 18:29:47 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_31_1
|
|
|
|
depends on !arc
|
|
|
|
bool "Binutils 2.31.1"
|
|
|
|
select BINUTILS_VERSION_2_31_1
|
|
|
|
|
2019-02-09 01:22:02 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_32
|
|
|
|
bool "Binutils 2.32"
|
|
|
|
select BINUTILS_VERSION_2_32
|
|
|
|
|
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....
|