AA: eglibc: sync with trunk, delete old versions
[12.09/openwrt.git] / toolchain / eglibc / Config.version
1 if USE_EGLIBC
2
3 config EGLIBC_VERSION
4         string
5         default "2.15" if EGLIBC_VERSION_2_15
6
7 config EGLIBC_VERSION_2_15
8         default y if !TOOLCHAINOPTS
9         bool
10
11 endif