diff options
| -rw-r--r-- | target/csky/uclibc-ng.config | 15 | 
1 files changed, 13 insertions, 2 deletions
diff --git a/target/csky/uclibc-ng.config b/target/csky/uclibc-ng.config index c80a15a89..92328ce91 100644 --- a/target/csky/uclibc-ng.config +++ b/target/csky/uclibc-ng.config @@ -1,6 +1,6 @@  #  # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.31 C Library Configuration +# uClibc-ng 1.0.48 C Library Configuration  #  # TARGET_aarch64 is not set  # TARGET_alpha is not set @@ -16,6 +16,7 @@ TARGET_csky=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_csky=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 @@ -43,7 +47,6 @@ TARGET_SUBARCH=""  #  # Using ELF file format  # -ARCH_HAS_DEPRECATED_SYSCALLS=y  ARCH_ANY_ENDIAN=y  ARCH_LITTLE_ENDIAN=y  # ARCH_WANTS_BIG_ENDIAN is not set @@ -62,6 +65,7 @@ HAVE_DOT_CONFIG=y  # General Library Settings  #  # DOPIC is not set +HAVE_LDSO=y  HAVE_SHARED=y  # FORCE_SHAREABLE_TEXT_SEGMENTS is not set  LDSO_LDD_SUPPORT=y @@ -85,6 +89,7 @@ UCLIBC_HAS_THREADS_NATIVE=y  UCLIBC_HAS_THREADS=y  UCLIBC_HAS_TLS=y  PTHREADS_DEBUG_SUPPORT=y +PTHREADS_STACK_DEFAULT_SIZE=2097152  UCLIBC_HAS_SYSLOG=y  UCLIBC_HAS_LFS=y  # MALLOC is not set @@ -113,6 +118,7 @@ UCLIBC_HAS_TZ_FILE=y  UCLIBC_HAS_TZ_FILE_READ_MANY=y  UCLIBC_TZ_FILE_PATH="/etc/TZ"  UCLIBC_FALLBACK_TO_ETC_LOCALTIME=y +UCLIBC_USE_TIME64=y  #  # Advanced Library Settings @@ -128,6 +134,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 is not set  UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL=y  UCLIBC_NTP_LEGACY=y  # UCLIBC_SV4_DEPRECATED is not set @@ -150,6 +157,10 @@ UCLIBC_HAS_BSD_RES_CLOSE=y  UCLIBC_HAS_COMPAT_RES_STATE=y  UCLIBC_HAS_EXTRA_COMPAT_RES_STATE=y  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  | 
