summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.version
blob: c706c5a111536ef129027146707fda9ef3aa8433 (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.1"		if BINUTILS_VERSION_2_46