diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-10 12:25:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-10 12:27:50 +0100 |
commit | 0590563f79de34318d99fb85273b89a7ac805902 (patch) | |
tree | ffbd9e8464513a0247dbe3942c148e6b233c2d5d /target/lm32 | |
parent | 47894ff21b2aedd92c010043e29c9a21104f6509 (diff) |
update to uClibc-ng 1.0.11, enable argp option, refresh configs
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/lm32')
-rw-r--r-- | target/lm32/uclibc.config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/target/lm32/uclibc.config b/target/lm32/uclibc.config index 60fb7fdcb..837891054 100644 --- a/target/lm32/uclibc.config +++ b/target/lm32/uclibc.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.8 C Library Configuration +# uClibc-ng 1.0.10 C Library Configuration # # TARGET_alpha is not set # TARGET_arc is not set @@ -30,7 +30,6 @@ TARGET_lm32=y # TARGET_ARCH="lm32" FORCE_OPTIONS_FOR_ARCH=y -# CONFIG_OR1K is not set TARGET_SUBARCH="" UCLIBC_FORMAT_FLAT=y # UCLIBC_FORMAT_FLAT_SEP_DATA is not set @@ -69,7 +68,6 @@ UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y MALLOC=y # MALLOC_SIMPLE is not set -# MALLOC_STANDARD is not set MALLOC_GLIBC_COMPAT=y UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y @@ -122,7 +120,7 @@ UCLIBC_HAS_EPOLL=y UCLIBC_HAS_XATTR=y # UCLIBC_HAS_PROFILING is not set UCLIBC_HAS_CRYPT_IMPL=y -# UCLIBC_HAS_SHA256_CRYPT_IMPL is not set +UCLIBC_HAS_SHA256_CRYPT_IMPL=y # UCLIBC_HAS_SHA512_CRYPT_IMPL is not set UCLIBC_HAS_CRYPT=y UCLIBC_HAS_NETWORK_SUPPORT=y @@ -179,6 +177,7 @@ UCLIBC_HAS_SIGNUM_MESSAGES=y UCLIBC_HAS_GNU_GETOPT=y UCLIBC_HAS_GETOPT_LONG=y UCLIBC_HAS_GNU_GETSUBOPT=y +UCLIBC_HAS_ARGP=y # # Big and Tall |