e2ef20552d3e0547cc340771a584870c5cd564cf
[openwrt/staging/chunkeey.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 default y if arc
12 bool
13
14 config GCC_USE_EMBEDDED_PATH_REMAP
15 default y if GCC_VERSION_8
16 default n
17 bool
18
19 config GCC_VERSION
20 string
21 default "5.5.0" if GCC_VERSION_5
22 default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
23 default "8.3.0" if GCC_VERSION_8
24 default "7.4.0"