oxnas: drop target
[openwrt/openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_7
2 default y if GCC_USE_VERSION_7
3 bool
4
5 config GCC_VERSION_9
6 default y if GCC_USE_VERSION_9
7 bool
8
9 config GCC_VERSION_10
10 default y if GCC_USE_VERSION_10
11 bool
12
13 config GCC_VERSION
14 string
15 default "7.5.0" if GCC_VERSION_7
16 default "9.3.0" if GCC_VERSION_9
17 default "10.3.0" if GCC_VERSION_10
18 default "8.4.0"
19
20 config GCC_USE_IREMAP
21 bool
22 default y if GCC_USE_VERSION_7
23 default n