AA: eglibc: sync with trunk, delete old versions
[openwrt/svn-archive/archive.git] / toolchain / eglibc / Config.version
index 6b8895f0b515e3523e123fbad0bbbcf3ad4697cc..3ff53c1620532f9783a05f41967fb1415a105969 100644 (file)
@@ -1,7 +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 "2.15" if EGLIBC_VERSION_2_15
-       default "2.13"
+
+config EGLIBC_VERSION_2_15
+       default y if !TOOLCHAINOPTS
+       bool
+
+endif