AA: eglibc: sync with trunk, delete old versions
[openwrt/svn-archive/archive.git] / toolchain / eglibc / Config.version
index b081cec538a6251091752a60c74c935785ee2caa..3ff53c1620532f9783a05f41967fb1415a105969 100644 (file)
@@ -1,6 +1,11 @@
+if USE_EGLIBC
+
 config EGLIBC_VERSION
        string
-       depends on USE_EGLIBC
-       default "2.13"   if EGLIBC_VERSION_2_13
-       default "2.14.1"   if EGLIBC_VERSION_2_14
-       default "trunk"
+       default "2.15" if EGLIBC_VERSION_2_15
+
+config EGLIBC_VERSION_2_15
+       default y if !TOOLCHAINOPTS
+       bool
+
+endif