diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-15 08:53:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-15 08:53:35 +0200 |
commit | b01b43682e5bbef0493575d2b9befa700ffaf3dc (patch) | |
tree | 4ef9049c2ca52dceff257c57f421daf2b246ed2a /target | |
parent | 6c554e182e7abeb63ed88db2ab8fb2cb1e4b8a8d (diff) |
update to 1.0.4
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index f8ce1b0e2..b8e386ff2 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -69,8 +69,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_3 - bool "1.0.3" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_4 + bool "1.0.4" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 1a0bdaf7f..e4ab8041b 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.3" if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + default "1.0.4" if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 @@ -35,7 +35,7 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 config ADK_TARGET_SUFFIX string |