kernel/modules: add kmod-fou6 package
[openwrt/.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_7_1_ARC
2         default y if (!TOOLCHAINOPTS && arc)
3         bool
4
5 config GCC_VERSION_5
6         default y if GCC_USE_VERSION_5
7         bool
8
9 config GCC_VERSION_8
10         default y if GCC_USE_VERSION_8
11         bool
12
13 config GCC_USE_EMBEDDED_PATH_REMAP
14         default y if GCC_VERSION_8
15         default n
16         bool
17
18 config GCC_VERSION
19         string
20         default "5.5.0"         if GCC_VERSION_5
21         default "arc-2017.09-release"   if GCC_VERSION_7_1_ARC
22         default "8.2.0"         if GCC_VERSION_8
23         default "7.3.0"