ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.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_8
6 default y if GCC_USE_VERSION_8
7 bool
8
9 config GCC_VERSION_9
10 default y if GCC_USE_VERSION_9
11 bool
12
13 config GCC_VERSION_11
14 default y if GCC_USE_VERSION_11
15 bool
16
17 config GCC_VERSION
18 string
19 default "7.5.0" if GCC_VERSION_7
20 default "8.4.0" if GCC_VERSION_8
21 default "9.3.0" if GCC_VERSION_9
22 default "11.2.0" if GCC_VERSION_11
23 default "10.3.0"
24
25 config GCC_USE_IREMAP
26 bool
27 default y if GCC_USE_VERSION_7
28 default n