blob: ca38e8c07e8dd2aafaedebb7706b6b858f73cbf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config BINUTILS_VERSION_2_44
bool
config BINUTILS_VERSION_2_45
bool
config BINUTILS_VERSION_2_46
default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION
string
default "2.44" if BINUTILS_VERSION_2_44
default "2.45.1" if BINUTILS_VERSION_2_45
default "2.46.1" if BINUTILS_VERSION_2_46
|