b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # Choose binutils version. |
| 2 | |
| 3 | choice |
| 4 | prompt "Binutils Version" if TOOLCHAINOPTS |
| 5 | default BINUTILS_USE_VERSION_2_42 |
| 6 | help |
| 7 | Select the version of binutils you wish to use. |
| 8 | |
| 9 | config BINUTILS_USE_VERSION_2_40 |
| 10 | bool "Binutils 2.40" |
| 11 | select BINUTILS_VERSION_2_40 |
| 12 | |
| 13 | config BINUTILS_USE_VERSION_2_42 |
| 14 | bool "Binutils 2.42" |
| 15 | select BINUTILS_VERSION_2_42 |
| 16 | |
| 17 | config BINUTILS_USE_VERSION_2_43 |
| 18 | bool "Binutils 2.43.1" |
| 19 | select BINUTILS_VERSION_2_43 |
| 20 | endchoice |
| 21 | |
| 22 | config EXTRA_BINUTILS_CONFIG_OPTIONS |
| 23 | string |
| 24 | prompt "Additional binutils configure options" if TOOLCHAINOPTS |
| 25 | default "" |
| 26 | help |
| 27 | Any additional binutils options you may want to include.... |