diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-02 07:46:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-02 07:46:57 +0100 |
commit | 186658b5f1b1abc823e909e0f9825693b8d44876 (patch) | |
tree | 1cd3c7caa68b80f71d2b849e3bcead72c6035769 /target/config/Config.in.libc.default | |
parent | a0347ab3bbadce1aa6e5573be156737e0086db87 (diff) |
add 1.0.0 release of uClibc-ng
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 3f2f6e7da..80f933575 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,6 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string + default "1.0.0" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default "1.1.6" if ADK_TARGET_LIB_MUSL_1_1_6 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 |