diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-07 17:51:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-07 17:51:25 +0200 |
commit | b8b732722f8ee75ddb004f588af88bbe7e63c5c1 (patch) | |
tree | c147cf134945088f6f73ae44c6664c4d1a1f67a9 /target/config/Config.in.libc.default | |
parent | c6a72670b54e13d3ab3a6056d7c4f4c503cf0d78 (diff) |
update glibc to 2.22
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 6e95f9c9d..a217d7bd9 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -28,6 +28,7 @@ config ADK_LIBC_VERSION default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 + default "2.22" if ADK_TARGET_LIB_GLIBC_2_22 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_UCLIBC_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ |