09deae3bf13b24636cd1fe8f93a3262e50132a41
[openwrt/openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_5
2 default y if GCC_USE_VERSION_5
3 bool
4
5 config GCC_VERSION_7
6 default y if GCC_USE_VERSION_7
7 bool
8
9 config GCC_VERSION_9
10 default y if GCC_USE_VERSION_9
11 bool
12
13 config GCC_VERSION_10
14 default y if GCC_USE_VERSION_10
15 bool
16
17 config GCC_VERSION
18 string
19 default "5.5.0" if GCC_VERSION_5
20 default "7.5.0" if GCC_VERSION_7
21 default "9.3.0" if GCC_VERSION_9
22 default "10.2.0" if GCC_VERSION_10
23 default "8.4.0"
24
25 config GCC_USE_IREMAP
26 bool
27 default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
28 default n