Browse Source

kvx: enable context functions in uClibc-ng

Waldemar Brodkorb 4 days ago
parent
commit
369991b0e0
1 changed files with 15 additions and 6 deletions
  1. 15 6
      target/kvx/uclibc-ng.config

+ 15 - 6
target/kvx/uclibc-ng.config

@@ -1,6 +1,6 @@
 #
 #
 # Automatically generated file; DO NOT EDIT.
 # Automatically generated file; DO NOT EDIT.
-# uClibc-ng 1.0.36 C Library Configuration
+# uClibc-ng 1.0.55 C Library Configuration
 #
 #
 # TARGET_aarch64 is not set
 # TARGET_aarch64 is not set
 # TARGET_alpha is not set
 # TARGET_alpha is not set
@@ -27,29 +27,30 @@ TARGET_kvx=y
 # TARGET_or1k is not set
 # TARGET_or1k is not set
 # TARGET_powerpc is not set
 # TARGET_powerpc is not set
 # TARGET_riscv64 is not set
 # TARGET_riscv64 is not set
+# TARGET_riscv32 is not set
 # TARGET_sh is not set
 # TARGET_sh is not set
 # TARGET_sparc is not set
 # TARGET_sparc is not set
 # TARGET_sparc64 is not set
 # TARGET_sparc64 is not set
 # TARGET_tile is not set
 # TARGET_tile is not set
 # TARGET_x86_64 is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
 # TARGET_xtensa is not set
+TARGET_LDSO_NAME="ld64-uClibc"
+TARGET_ARCH_BITS=64
 
 
 #
 #
 # Target Architecture Features and Options
 # Target Architecture Features and Options
 #
 #
 TARGET_ARCH="kvx"
 TARGET_ARCH="kvx"
 FORCE_OPTIONS_FOR_ARCH=y
 FORCE_OPTIONS_FOR_ARCH=y
-# CONFIG_AARCH64_PAGE_SIZE_4K is not set
-# CONFIG_AARCH64_PAGE_SIZE_16K is not set
-# CONFIG_AARCH64_PAGE_SIZE_64K is not set
+CONFIG_KVX_COOLIDGE_V1=y
+# CONFIG_KVX_COOLIDGE_V2 is not set
+TARGET_MARCH="kv3-1"
 TARGET_SUBARCH=""
 TARGET_SUBARCH=""
 
 
 #
 #
 # Using ELF file format
 # Using ELF file format
 #
 #
 ARCH_LITTLE_ENDIAN=y
 ARCH_LITTLE_ENDIAN=y
-# ARCH_WANTS_BIG_ENDIAN is not set
-# ARCH_WANTS_LITTLE_ENDIAN is not set
 
 
 #
 #
 # Using Little Endian
 # Using Little Endian
@@ -69,6 +70,8 @@ HAVE_DOT_CONFIG=y
 # General Library Settings
 # General Library Settings
 #
 #
 DOPIC=y
 DOPIC=y
+ARCH_HAS_UCONTEXT=y
+HAVE_LDSO=y
 HAVE_SHARED=y
 HAVE_SHARED=y
 # FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 # FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 LDSO_LDD_SUPPORT=y
 LDSO_LDD_SUPPORT=y
@@ -92,6 +95,7 @@ UCLIBC_HAS_THREADS_NATIVE=y
 UCLIBC_HAS_THREADS=y
 UCLIBC_HAS_THREADS=y
 UCLIBC_HAS_TLS=y
 UCLIBC_HAS_TLS=y
 PTHREADS_DEBUG_SUPPORT=y
 PTHREADS_DEBUG_SUPPORT=y
+PTHREADS_STACK_DEFAULT_SIZE=2097152
 UCLIBC_HAS_SYSLOG=y
 UCLIBC_HAS_SYSLOG=y
 UCLIBC_HAS_LFS=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
 # MALLOC is not set
@@ -102,6 +106,7 @@ UCLIBC_HAS_UTMPX=y
 UCLIBC_HAS_UTMP=y
 UCLIBC_HAS_UTMP=y
 UCLIBC_SUSV2_LEGACY=y
 UCLIBC_SUSV2_LEGACY=y
 UCLIBC_SUSV3_LEGACY=y
 UCLIBC_SUSV3_LEGACY=y
+UCLIBC_HAS_CONTEXT_FUNCS=y
 # UCLIBC_SUSV3_LEGACY_MACROS is not set
 # UCLIBC_SUSV3_LEGACY_MACROS is not set
 UCLIBC_SUSV4_LEGACY=y
 UCLIBC_SUSV4_LEGACY=y
 # UCLIBC_STRICT_HEADERS is not set
 # UCLIBC_STRICT_HEADERS is not set
@@ -158,6 +163,10 @@ UCLIBC_HAS_BSD_RES_CLOSE=y
 UCLIBC_HAS_COMPAT_RES_STATE=y
 UCLIBC_HAS_COMPAT_RES_STATE=y
 # UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
 # UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
 UCLIBC_HAS_RESOLVER_SUPPORT=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
 # String and Stdio Support