diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-18 17:44:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-15 10:16:30 +0200 |
commit | 6d77c8668e4e557924f8883fa5d6ab6e5af58f2e (patch) | |
tree | 532484adfeac945f7a13225ed2347d9ecbf56429 /target/arm | |
parent | 31596f11a457c2f8220febc97feca08ae2d2f6d4 (diff) |
enable vDSO in supported architectures
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 1febdc74d..64accdcd0 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.45 C Library Configuration +# uClibc-ng 1.0.47 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -80,6 +80,8 @@ LDSO_PRELOAD_FILE_SUPPORT=y LDSO_BASE_FILENAME="ld.so" # LDSO_STANDALONE_SUPPORT is not set # LDSO_PRELINK_SUPPORT is not set +ARCH_VDSO_SUPPORT=y +VDSO_SUPPORT=y # UCLIBC_STATIC_LDCONFIG is not set LDSO_RUNPATH=y LDSO_RUNPATH_OF_EXECUTABLE=y |