diff options
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version deleted file mode 100644 index 466794fa8c..0000000000 --- a/toolchain/glibc/Config.version +++ /dev/null @@ -1,11 +0,0 @@ -config GLIBC_VERSION - string - depends on USE_GLIBC - default "2.14" if GLIBC_VERSION_2_14 - default "2.14" - -config GLIBC_PORTS - bool - depends on USE_GLIBC - default y if GLIBC_VERSION_2_14 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc) - default n |