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
|
2024-02-07 19:27:55 +08:00
|
|
|
default BINUTILS_USE_VERSION_2_42
|
2005-01-16 19:43:02 +08:00
|
|
|
help
|
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
|
2023-01-15 12:39:06 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_40
|
|
|
|
|
bool "Binutils 2.40"
|
|
|
|
|
select BINUTILS_VERSION_2_40
|
2023-08-08 16:26:07 +08:00
|
|
|
|
2024-02-06 19:26:33 +08:00
|
|
|
config BINUTILS_USE_VERSION_2_42
|
|
|
|
|
bool "Binutils 2.42"
|
|
|
|
|
select BINUTILS_VERSION_2_42
|
2024-08-15 15:34:24 +08:00
|
|
|
|
|
|
|
|
config BINUTILS_USE_VERSION_2_43
|
2024-09-17 05:28:21 +08:00
|
|
|
bool "Binutils 2.43.1"
|
2024-08-15 15:34:24 +08:00
|
|
|
select BINUTILS_VERSION_2_43
|
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....
|