aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.version
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r--toolchain/glibc/Config.version11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version
deleted file mode 100644
index 1df7719ac8..0000000000
--- a/toolchain/glibc/Config.version
+++ /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