diff options
Diffstat (limited to 'toolchain/glibc/Config.in')
-rw-r--r-- | toolchain/glibc/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in index b44d1f6818..ef5ef562f4 100644 --- a/toolchain/glibc/Config.in +++ b/toolchain/glibc/Config.in @@ -1,5 +1,5 @@ choice - prompt "(e)glibc version" + prompt "glibc version" depends on TOOLCHAINOPTS && USE_GLIBC default GLIBC_USE_VERSION_2_22 help @@ -9,4 +9,8 @@ choice bool "glibc 2.22" select GLIBC_VERSION_2_22 + config GLIBC_USE_VERSION_2_24 + bool "glibc 2.24" + select GLIBC_VERSION_2_24 + endchoice |