summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.version
blob: 6202ca732f149739bc17fbd1912478de21e368d4 (plain)
1
2
3
4
5
6
7
8
config GCC_VERSION_11
	default y if GCC_USE_VERSION_11
	bool

config GCC_VERSION
	string
	default "12.2.0"
	default "11.3.0"	if GCC_VERSION_11