toolchain: get rid of eglibc version kconfig symbol overloading
[openwrt/staging/chunkeey.git] / toolchain / eglibc / Config.version
index 217c9ce448f144ed6f29d06a204b8552a42f2bba..a383bb211d8608fdb681a110384edd5afba45918 100644 (file)
@@ -1,10 +1,19 @@
+if USE_EGLIBC
+
 config EGLIBC_VERSION
        string
-       depends on USE_EGLIBC
-       default "2.6.1"  if EGLIBC_VERSION_2_6
-       default "2.7"    if EGLIBC_VERSION_2_7
-       default "2.8"    if EGLIBC_VERSION_2_8
-       default "2.9"    if EGLIBC_VERSION_2_9
-       default "2.10.2" if EGLIBC_VERSION_2_10
-       default "2.11  " if EGLIBC_VERSION_2_11
-       default "trunk"
+       default "2.15" if EGLIBC_VERSION_2_15
+       default "2.16" if EGLIBC_VERSION_2_16
+       default "2.17" if EGLIBC_VERSION_2_17
+
+config EGLIBC_VERSION_2_15
+       default y if !TOOLCHAINOPTS
+       bool
+
+config EGLIBC_VERSION_2_16
+       bool
+
+config EGLIBC_VERSION_2_17
+       bool
+
+endif