diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-04 10:48:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-04 10:48:15 +0100 |
commit | 770feccdf544468762f5b7ffb83a01a7525e006c (patch) | |
tree | 44e084d57ac215c1d29e0650269c7dca4d5eff33 /target/mips64 | |
parent | ddb2ccae0b8eec88a6e2187a2b54b210d0b2398d (diff) |
uclibc-ng: refresh configs, enable sha512
Diffstat (limited to 'target/mips64')
-rw-r--r-- | target/mips64/uclibc-ng.config | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/target/mips64/uclibc-ng.config b/target/mips64/uclibc-ng.config index 07060b6a0..7752b113d 100644 --- a/target/mips64/uclibc-ng.config +++ b/target/mips64/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.17 C Library Configuration +# uClibc-ng 1.0.20 C Library Configuration # # TARGET_alpha is not set # TARGET_arc is not set @@ -83,12 +83,12 @@ LDSO_NO_CLEANUP=y UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set +# UCLIBC_HAS_LINUXTHREADS is not set UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y -UCLIBC_HAS_LFS=y MALLOC=y # MALLOC_SIMPLE is not set # MALLOC_STANDARD is not set @@ -130,7 +130,6 @@ UCLIBC_GRP_BUFFER_SIZE=256 # Support various families of functions # UCLIBC_LINUX_MODULE_26=y -# UCLIBC_LINUX_MODULE_24 is not set UCLIBC_LINUX_SPECIFIC=y UCLIBC_HAS_GNU_ERROR=y UCLIBC_BSD_SPECIFIC=y @@ -146,7 +145,7 @@ UCLIBC_HAS_XATTR=y # UCLIBC_HAS_PROFILING is not set UCLIBC_HAS_CRYPT_IMPL=y UCLIBC_HAS_SHA256_CRYPT_IMPL=y -# UCLIBC_HAS_SHA512_CRYPT_IMPL is not set +UCLIBC_HAS_SHA512_CRYPT_IMPL=y UCLIBC_HAS_CRYPT=y UCLIBC_HAS_NETWORK_SUPPORT=y UCLIBC_HAS_SOCKET=y @@ -159,8 +158,6 @@ UCLIBC_HAS_BSD_RES_CLOSE=y UCLIBC_HAS_COMPAT_RES_STATE=y # UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set UCLIBC_HAS_RESOLVER_SUPPORT=y -UCLIBC_HAS_LIBRESOLV_STUB=y -UCLIBC_HAS_LIBNSL_STUB=y # # String and Stdio Support @@ -252,4 +249,3 @@ UCLIBC_EXTRA_CFLAGS="" # UCLIBC_HAS_BACKTRACE is not set WARNINGS="-Wall" # EXTRA_WARNINGS is not set -# DOMULTI is not set |