diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-21 13:44:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-21 13:44:14 +0200 |
commit | 1f92d60e9793da1cc372244750f3ba29cbccecd3 (patch) | |
tree | 132972b39efb2312ffa4b233604d538b6d097748 /target/arm | |
parent | 60d4fe14fce5e631b31082dc0bac0718786e78ac (diff) |
add netcat-openbsd and libbsd
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/uclibc-ng.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/arm/uclibc-ng.config b/target/arm/uclibc-ng.config index 810da5877..db5d508e4 100644 --- a/target/arm/uclibc-ng.config +++ b/target/arm/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.30 C Library Configuration +# uClibc-ng 1.0.35 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -25,6 +25,7 @@ TARGET_arm=y # TARGET_nios2 is not set # TARGET_or1k is not set # TARGET_powerpc is not set +# TARGET_riscv64 is not set # TARGET_sh is not set # TARGET_sparc is not set # TARGET_sparc64 is not set @@ -131,6 +132,7 @@ UCLIBC_HAS_GNU_ERROR=y UCLIBC_BSD_SPECIFIC=y UCLIBC_HAS_BSD_ERR=y UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y +UCLIBC_HAS_BSD_B64_NTOP_B64_PTON=y # UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set # UCLIBC_NTP_LEGACY is not set UCLIBC_SV4_DEPRECATED=y |