summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.version
blob: 4102dd6dd3d2d31ff038d59aeddc835b7691d3f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

config BINUTILS_VERSION_2_44
	default y if !TOOLCHAINOPTS
	bool

config BINUTILS_VERSION_2_45
	bool

config BINUTILS_VERSION_2_46
	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.0"		if BINUTILS_VERSION_2_46