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
|
2024-02-07 11:27:55 +00:00
|
|
|
default BINUTILS_USE_VERSION_2_42
|
2005-01-16 11:43:02 +00:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2021-07-19 11:09:38 +00:00
|
|
|
config BINUTILS_USE_VERSION_2_37
|
|
|
|
bool "Binutils 2.37"
|
|
|
|
select BINUTILS_VERSION_2_37
|
2022-02-09 15:18:45 +00:00
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_38
|
|
|
|
bool "Binutils 2.38"
|
|
|
|
select BINUTILS_VERSION_2_38
|
2022-08-07 21:26:05 +00:00
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_39
|
|
|
|
bool "Binutils 2.39"
|
|
|
|
select BINUTILS_VERSION_2_39
|
2023-01-15 04:39:06 +00:00
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_40
|
|
|
|
bool "Binutils 2.40"
|
|
|
|
select BINUTILS_VERSION_2_40
|
2023-08-08 08:26:07 +00:00
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_41
|
|
|
|
bool "Binutils 2.41"
|
|
|
|
select BINUTILS_VERSION_2_41
|
2024-02-06 11:26:33 +00:00
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_42
|
|
|
|
bool "Binutils 2.42"
|
|
|
|
select BINUTILS_VERSION_2_42
|
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....
|