[toolchain] gcc: fix 4.1.2 ICE on mips (see http://gcc.gnu.org/bugzilla/show_bug...
[openwrt.git] / toolchain / eglibc / Config.version
1 config EGLIBC_VERSION
2 string
3 depends on USE_EGLIBC
4 default "2.6.1" if EGLIBC_VERSION_2_6_1
5 default "2.7" if EGLIBC_VERSION_2_7
6 default "2.8" if EGLIBC_VERSION_2_8
7 default "2.9" if EGLIBC_VERSION_2_9
8 default "2.10.1" if EGLIBC_VERSION_2_10_1
9 default "trunk"
10
11 config EGLIBC_VERSION_2_6
12 bool
13 default y if EGLIBC_VERSION_2_6_1
14
15 config EGLIBC_VERSION_2_10
16 bool
17 default y if EGLIBC_VERSION_2_10_1
This page took 0.040428 seconds and 5 git commands to generate.