diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-06 13:46:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-06 13:46:17 +0200 |
commit | 9b99fa1ce137523da25aabc309725d58039f0822 (patch) | |
tree | 247b4a38220be3bee928f941cb45c63dfd0d608c /target/arm | |
parent | afd2da500886fe3f392da67da9db71a80c1c871d (diff) |
arm: uClibc-ng config, refresh
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/uclibc-ng.config | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/target/arm/uclibc-ng.config b/target/arm/uclibc-ng.config index db5d508e4..f8efc5729 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.35 C Library Configuration +# uClibc-ng 1.0.44 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -16,6 +16,7 @@ TARGET_arm=y # TARGET_hppa is not set # TARGET_i386 is not set # TARGET_ia64 is not set +# TARGET_kvx is not set # TARGET_lm32 is not set # TARGET_m68k is not set # TARGET_metag is not set @@ -26,12 +27,15 @@ TARGET_arm=y # TARGET_or1k is not set # TARGET_powerpc is not set # TARGET_riscv64 is not set +# TARGET_riscv32 is not set # TARGET_sh is not set # TARGET_sparc is not set # TARGET_sparc64 is not set # TARGET_tile is not set # TARGET_x86_64 is not set # TARGET_xtensa is not set +TARGET_LDSO_NAME="ld-uClibc" +TARGET_ARCH_BITS=32 # # Target Architecture Features and Options @@ -64,6 +68,7 @@ HAVE_DOT_CONFIG=y # General Library Settings # DOPIC=y +# STATIC_PIE is not set ARCH_HAS_UCONTEXT=y HAVE_SHARED=y # FORCE_SHAREABLE_TEXT_SEGMENTS is not set @@ -155,6 +160,10 @@ 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_DNSRAND_MODE_URANDOM is not set +# UCLIBC_DNSRAND_MODE_CLOCK is not set +UCLIBC_DNSRAND_MODE_PRNGPLUS=y +# UCLIBC_DNSRAND_MODE_SIMPLECOUNTER is not set # # String and Stdio Support |