diff options
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index ec8280f5dd..1df7719ac8 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -2,14 +2,10 @@ if USE_GLIBC config GLIBC_VERSION string - default "2.22" if GLIBC_VERSION_2_22 default "2.24" if GLIBC_VERSION_2_24 -config GLIBC_VERSION_2_22 - default y if !TOOLCHAINOPTS - bool - config GLIBC_VERSION_2_24 + default y if !TOOLCHAINOPTS bool endif |