blob: 3db4b90e21c770e331bc132054c9ed2c9f2dd600 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config GCC_VERSION_9
default y if GCC_USE_VERSION_9
bool
config GCC_VERSION_10
default y if GCC_USE_VERSION_10
bool
config GCC_VERSION
string
default "9.3.0" if GCC_VERSION_9
default "10.2.0" if GCC_VERSION_10
default "8.4.0"
|