procd: add a small script that handles config reloads until configd is ready
[openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_4_4_7
2         default y if (!TOOLCHAINOPTS && avr32)
3         bool
4
5 config GCC_VERSION_4_6_3
6         bool
7
8 config GCC_VERSION_4_6_LINARO
9         default y if (!TOOLCHAINOPTS && !avr32)
10         bool
11
12 config GCC_VERSION_4_8_LINARO
13         bool
14
15 config GCC_VERSION_4_8_0
16         bool
17
18 config GCC_VERSION
19         string
20         default "4.4.7"     if GCC_VERSION_4_4_7
21         default "4.6.3"     if GCC_VERSION_4_6_3
22         default "4.8.0"     if GCC_VERSION_4_8_0
23         default "4.6-linaro"    if GCC_VERSION_4_6_LINARO
24         default "4.8-linaro"    if GCC_VERSION_4_8_LINARO
25         default "4.6-linaro"
26
27 config GCC_VERSION_4_4
28         bool
29         default y       if GCC_VERSION_4_4_7
30
31 config GCC_VERSION_4_6
32         bool
33         default y       if (GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
34
35 config GCC_VERSION_4_8
36         bool
37         default y       if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)
38