diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-02 21:50:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-03 22:07:55 +0200 |
commit | 4167fa8f12a403030013b5d4d1e833eec126131e (patch) | |
tree | 99fecb1f94cd33a11ab52d26939131a80cab5f2b /target/config | |
parent | 3f5db15584f7d1d39e29cf71f58530de6ed60dcd (diff) |
glibc: update to 2.26, gcc patch required
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 8389aca33..07c643606 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -142,8 +142,8 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG -config ADK_TARGET_LIB_GLIBC_2_25 - bool "2.25" +config ADK_TARGET_LIB_GLIBC_2_26 + bool "2.26" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_RISCV32 && !ADK_TARGET_ARCH_RISCV64 config ADK_TARGET_LIB_GLIBC_RISCV @@ -220,7 +220,7 @@ config ADK_LIBC_VERSION string default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26 default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16 - default "2.25" if ADK_TARGET_LIB_GLIBC_2_25 + default "2.26" if ADK_TARGET_LIB_GLIBC_2_26 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 default "2.4.0-riscv" if ADK_TARGET_LIB_NEWLIB_RISCV default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |