toolchain,build: prefer -ffile-prefix-map for gcc-8+
[openwrt/staging/wigyori.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 && !GCC_USE_VERSION_9
8 bool
9
10 config GCC_VERSION_9
11 default y if GCC_USE_VERSION_9
12 bool
13
14 config GCC_VERSION
15 string
16 default "5.5.0" if GCC_VERSION_5
17 default "8.3.0" if GCC_VERSION_8
18 default "9.2.0" if GCC_VERSION_9
19 default "7.4.0"