summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-09-21 08:20:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-09-21 08:20:45 +0200
commit369991b0e024f4892b799e08dfbe0e00447bb8d1 (patch)
tree3c54d2c7f9680355491b443ae88b7e15957431da /target
parent0280970cd4f8c56289f421671a246fee4dcb3b61 (diff)
kvx: enable context functions in uClibc-ng
Diffstat (limited to 'target')
-rw-r--r--target/kvx/uclibc-ng.config21
1 files changed, 15 insertions, 6 deletions
diff --git a/target/kvx/uclibc-ng.config b/target/kvx/uclibc-ng.config
index fc6e6a1ed..0e314a41a 100644
--- a/target/kvx/uclibc-ng.config
+++ b/target/kvx/uclibc-ng.config
@@ -1,6 +1,6 @@
#
# 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_alpha is not set
@@ -27,29 +27,30 @@ TARGET_kvx=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="ld64-uClibc"
+TARGET_ARCH_BITS=64
#
# Target Architecture Features and Options
#
TARGET_ARCH="kvx"
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=""
#
# Using ELF file format
#
ARCH_LITTLE_ENDIAN=y
-# ARCH_WANTS_BIG_ENDIAN is not set
-# ARCH_WANTS_LITTLE_ENDIAN is not set
#
# Using Little Endian
@@ -69,6 +70,8 @@ HAVE_DOT_CONFIG=y
# General Library Settings
#
DOPIC=y
+ARCH_HAS_UCONTEXT=y
+HAVE_LDSO=y
HAVE_SHARED=y
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
LDSO_LDD_SUPPORT=y
@@ -92,6 +95,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
@@ -102,6 +106,7 @@ UCLIBC_HAS_UTMPX=y
UCLIBC_HAS_UTMP=y
UCLIBC_SUSV2_LEGACY=y
UCLIBC_SUSV3_LEGACY=y
+UCLIBC_HAS_CONTEXT_FUNCS=y
# UCLIBC_SUSV3_LEGACY_MACROS is not set
UCLIBC_SUSV4_LEGACY=y
# UCLIBC_STRICT_HEADERS is not set
@@ -158,6 +163,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