blob: f616cddc2a7a746065034bd66c3167b217e26bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config BINUTILS_VERSION_2_40
bool
config BINUTILS_VERSION_2_42
default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION_2_43
bool
config BINUTILS_VERSION
string
default "2.40" if BINUTILS_VERSION_2_40
default "2.42" if BINUTILS_VERSION_2_42
default "2.43.1" if BINUTILS_VERSION_2_43
|