b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | |
2 | config BINUTILS_VERSION_2_40 | ||||
3 | bool | ||||
4 | |||||
5 | config BINUTILS_VERSION_2_42 | ||||
6 | default y if !TOOLCHAINOPTS | ||||
7 | bool | ||||
8 | |||||
9 | config BINUTILS_VERSION_2_43 | ||||
10 | bool | ||||
11 | |||||
12 | config BINUTILS_VERSION | ||||
13 | string | ||||
14 | default "2.40" if BINUTILS_VERSION_2_40 | ||||
15 | default "2.42" if BINUTILS_VERSION_2_42 | ||||
16 | default "2.43.1" if BINUTILS_VERSION_2_43 |