ar71xx: make target source-only
[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_8
6         default y if GCC_USE_VERSION_8
7         default y if arc
8         bool
9
10 config GCC_VERSION_9
11         default y if GCC_USE_VERSION_9
12         bool
13
14 config GCC_USE_EMBEDDED_PATH_REMAP
15         default y if ( GCC_VERSION_8 || GCC_VERSION_9 )
16         default n
17         bool
18
19 config GCC_VERSION
20         string
21         default "5.5.0"         if GCC_VERSION_5
22         default "8.3.0"         if GCC_VERSION_8
23         default "9.1.0"         if GCC_VERSION_9
24         default "7.4.0"