diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-02 12:44:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-02 12:44:14 +0200 |
commit | c907526cfbd39ac57b137f1946de760ebc4f057f (patch) | |
tree | 32962070dba9c545f5de545593c5aa0a4c4ee640 /target/config | |
parent | 31a898f13aa220265b4f481125843f20ae53d938 (diff) |
update to uClibc-ng 1.0.5
Diffstat (limited to 'target/config')
-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 b8e386ff2..0973eb158 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_4 - bool "1.0.4" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_5 + bool "1.0.5" 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 e4ab8041b..6e95f9c9d 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.4" if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 + default "1.0.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 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_4 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 config ADK_TARGET_SUFFIX string |