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
|
2018-07-10 20:20:25 +08:00
|
|
|
default BINUTILS_USE_VERSION_2_30 if !arc
|
2018-01-25 01:26:03 +08:00
|
|
|
default BINUTILS_USE_VERSION_2_29_ARC if arc
|
2005-01-16 19:43:02 +08:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2018-01-25 01:26:03 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_29_ARC
|
2015-11-10 20:03:59 +08:00
|
|
|
depends on arc
|
2018-01-25 01:26:03 +08:00
|
|
|
bool "ARC binutils 2.29"
|
|
|
|
select BINUTILS_VERSION_2_29_ARC
|
2015-09-12 01:58:39 +08:00
|
|
|
|
2017-10-15 03:28:11 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_29_1
|
|
|
|
depends on !arc
|
|
|
|
bool "Binutils 2.29.1"
|
|
|
|
select BINUTILS_VERSION_2_29_1
|
|
|
|
|
2018-03-08 18:21:58 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_30
|
|
|
|
depends on !arc
|
|
|
|
bool "Binutils 2.30"
|
|
|
|
select BINUTILS_VERSION_2_30
|
|
|
|
|
2018-07-21 02:29:47 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_31_1
|
|
|
|
depends on !arc
|
|
|
|
bool "Binutils 2.31.1"
|
|
|
|
select BINUTILS_VERSION_2_31_1
|
|
|
|
|
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....
|