Upstream refresh for v1.5.0-rc1 : Upstream 19.07 : 4fb6b8c553f692eeb5bcb203e0f8ee8df0...
[librecmc/librecmc.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_8
6         default y if GCC_USE_VERSION_8
7         default y if arc
8         bool
9
10 config GCC_USE_EMBEDDED_PATH_REMAP
11         default y if GCC_VERSION_8
12         default n
13         bool
14
15 config GCC_VERSION
16         string
17         default "5.5.0"         if GCC_VERSION_5
18         default "8.3.0"         if GCC_VERSION_8
19         default "7.4.0"