blob: f616cddc2a7a746065034bd66c3167b217e26bd5 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001
2config BINUTILS_VERSION_2_40
3 bool
4
5config BINUTILS_VERSION_2_42
6 default y if !TOOLCHAINOPTS
7 bool
8
9config BINUTILS_VERSION_2_43
10 bool
11
12config 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