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/alpha | |
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/alpha')
-rw-r--r-- | target/alpha/uclibc.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/alpha/uclibc.config b/target/alpha/uclibc.config index 450a2cfb4..b62bd3969 100644 --- a/target/alpha/uclibc.config +++ b/target/alpha/uclibc.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.7 C Library Configuration +# uClibc-ng 1.0.10 C Library Configuration # TARGET_alpha=y # TARGET_arc is not set @@ -12,6 +12,7 @@ TARGET_alpha=y # TARGET_h8300 is not set # TARGET_i386 is not set # TARGET_ia64 is not set +# TARGET_lm32 is not set # TARGET_m68k is not set # TARGET_metag is not set # TARGET_microblaze is not set @@ -118,7 +119,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 @@ -175,6 +176,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 |