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/bfin | |
parent | ddb2ccae0b8eec88a6e2187a2b54b210d0b2398d (diff) |
uclibc-ng: refresh configs, enable sha512
Diffstat (limited to 'target/bfin')
-rw-r--r-- | target/bfin/uclibc-ng.config | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/target/bfin/uclibc-ng.config b/target/bfin/uclibc-ng.config index 9ad6e73b4..2626785c6 100644 --- a/target/bfin/uclibc-ng.config +++ b/target/bfin/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.15 C Library Configuration +# uClibc-ng 1.0.20 C Library Configuration # # TARGET_alpha is not set # TARGET_arc is not set @@ -19,6 +19,7 @@ TARGET_bfin=y # TARGET_metag is not set # TARGET_microblaze is not set # TARGET_mips is not set +# TARGET_nds32 is not set # TARGET_nios2 is not set # TARGET_or1k is not set # TARGET_powerpc is not set @@ -85,7 +86,6 @@ UCLIBC_HAS_LINUXTHREADS=y UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y -UCLIBC_HAS_LFS=y MALLOC=y # MALLOC_SIMPLE is not set MALLOC_GLIBC_COMPAT=y @@ -140,7 +140,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 @@ -153,8 +153,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 @@ -245,4 +243,3 @@ UCLIBC_EXTRA_CFLAGS="" # UCLIBC_HAS_BACKTRACE is not set WARNINGS="-Wall" # EXTRA_WARNINGS is not set -# DOMULTI is not set |