toolchain: Update GCC 9 to version 9.3.0
[oweals/openwrt.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_7
6         default y if GCC_USE_VERSION_7
7         bool
8
9 config GCC_VERSION_9
10         default y if GCC_USE_VERSION_9
11         bool
12
13 config GCC_VERSION
14         string
15         default "5.5.0"         if GCC_VERSION_5
16         default "7.5.0"         if GCC_VERSION_7
17         default "9.3.0"         if GCC_VERSION_9
18         default "8.4.0"
19
20 config GCC_USE_IREMAP
21         bool
22         default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
23         default n