gcc: fix visibility of symbols libgcc.a
[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_LINARO
6         default y if (!TOOLCHAINOPTS && !avr32)
7         bool
8
9 config GCC_VERSION_4_8_LINARO
10         bool
11
12 config GCC_VERSION_4_8_0
13         bool
14
15 config GCC_VERSION
16         string
17         default "4.4.7"     if GCC_VERSION_4_4_7
18         default "4.6.3"     if GCC_VERSION_4_6_3
19         default "4.8.0"     if GCC_VERSION_4_8_0
20         default "4.6-linaro"    if GCC_VERSION_4_6_LINARO
21         default "4.8-linaro"    if GCC_VERSION_4_8_LINARO
22         default "4.6-linaro"
23
24 config GCC_VERSION_4_4
25         bool
26         default y       if GCC_VERSION_4_4_7
27
28 config GCC_VERSION_4_6
29         bool
30         default y       if GCC_VERSION_4_6_LINARO
31
32 config GCC_VERSION_4_8
33         bool
34         default y       if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)
35