build: remove libc version config code
[openwrt/openwrt.git] / toolchain / glibc / Config.version
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version
deleted file mode 100644 (file)
index 1df7719..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-if USE_GLIBC
-
-config GLIBC_VERSION
-       string
-       default "2.24" if GLIBC_VERSION_2_24
-
-config GLIBC_VERSION_2_24
-       default y if !TOOLCHAINOPTS
-       bool
-
-endif