2017-09-06 19:19:45 +08:00
|
|
|
# Choose binutils version.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Binutils Version" if TOOLCHAINOPTS
|
2022-09-12 01:24:33 +08:00
|
|
|
default BINUTILS_USE_VERSION_2_37
|
2017-09-06 19:19:45 +08:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2021-07-26 10:33:43 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_37
|
|
|
|
bool "Binutils 2.37"
|
|
|
|
select BINUTILS_VERSION_2_37
|
2022-02-12 12:34:51 +08:00
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_38
|
|
|
|
bool "Binutils 2.38"
|
|
|
|
select BINUTILS_VERSION_2_38
|
2022-12-08 14:20:57 +08:00
|
|
|
|
2022-09-09 10:46:55 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_39
|
|
|
|
bool "Binutils 2.39"
|
|
|
|
select BINUTILS_VERSION_2_39
|
2017-09-06 19:19:45 +08:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config EXTRA_BINUTILS_CONFIG_OPTIONS
|
|
|
|
string
|
|
|
|
prompt "Additional binutils configure options" if TOOLCHAINOPTS
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Any additional binutils options you may want to include....
|