From 8a9d1f9217c644270092a32c07593820e364a307 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 21 Sep 2025 08:21:27 +0200 Subject: aarch64: disable LD_DEBUG in uClibc-ng config --- target/aarch64/uclibc-ng.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/aarch64/uclibc-ng.config b/target/aarch64/uclibc-ng.config index 91f23e688..cf939adc7 100644 --- a/target/aarch64/uclibc-ng.config +++ b/target/aarch64/uclibc-ng.config @@ -248,7 +248,7 @@ UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set -SUPPORT_LD_DEBUG=y +# SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set # UCLIBC_HAS_BACKTRACE is not set -- cgit v1.2.3