diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-16 15:21:49 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-16 15:22:17 -0500 |
commit | 84cafece9267d9c4674693d6962faddd8b2df048 (patch) | |
tree | d98d5081e4637d32deb05825f28ab90b815613c5 /target | |
parent | 05496a52c311b8cd1be86c7448fe14e2ea7423af (diff) |
update to uClibc-ng 1.0.2
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index f45f86591..3c51d996a 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -71,6 +71,10 @@ endchoice choice prompt "C library version" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_2 + bool "1.0.2" + depends on ADK_TARGET_LIB_UCLIBC_NG + config ADK_TARGET_LIB_UCLIBC_NG_1_0_1 bool "1.0.1" depends on ADK_TARGET_LIB_UCLIBC_NG diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index c0a061d73..a247c8a64 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -28,6 +28,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string + default "1.0.2" if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 default "1.0.1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 default "1.0.0" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default "1.1.8" if ADK_TARGET_LIB_MUSL_1_1_8 @@ -43,6 +44,7 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 config ADK_TARGET_SUFFIX string |