[MINI2440] Initial board support
[openwrt/mini2440.git] / toolchain / glibc / Config.in
blobe1bffdab2b0629dda2a71e0d3823c33ea193e3c1
1 choice
2         prompt "glibc version" 
3         depends on TOOLCHAINOPTS && USE_GLIBC
4         default GLIBC_VERSION_2_6_1
5         help
6           Select the version of glibc you wish to use.
8         config GLIBC_VERSION_2_3_6
9                 bool "glibc 2.3.6"
11         config GLIBC_VERSION_2_6_1
12                 bool "glibc 2.6.1"
14         config GLIBC_VERSION_2_7
15                 bool "glibc 2.7"
17 endchoice