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/arc | |
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/arc')
-rw-r--r-- | target/arc/uclibc.config | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/target/arc/uclibc.config b/target/arc/uclibc.config index d4cdbfbdc..42910d992 100644 --- a/target/arc/uclibc.config +++ b/target/arc/uclibc.config @@ -1,7 +1,8 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.7 C Library Configuration +# uClibc-ng 1.0.10 C Library Configuration # +# TARGET_alpha is not set TARGET_arc=y # TARGET_arm is not set # TARGET_avr32 is not set @@ -10,6 +11,8 @@ TARGET_arc=y # TARGET_cris is not set # 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 @@ -71,7 +74,7 @@ LDSO_RUNPATH_OF_EXECUTABLE=y LDSO_SAFE_RUNPATH=y LDSO_SEARCH_INTERP_PATH=y LDSO_LD_LIBRARY_PATH=y -# LDSO_NO_CLEANUP is not set +LDSO_NO_CLEANUP=y UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set @@ -136,7 +139,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 @@ -194,6 +197,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 |