From 031e08286711b60d61cae89d1649bc751ed083a6 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 26 May 2025 09:43:22 +1200 Subject: samples: Update armv6-nommu-linux-uclibcgnueabi to use uclibc Previously we were relying on the default libc for this target. Somewhere along the way this started to be MUSL (because it satisfies the nommu requirement and appears before uclibc in the menu). Update the sample to explicitly select uclibc. Signed-off-by: Chris Packham --- samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config b/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config index 78e9e982..78a61403 100644 --- a/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config +++ b/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config @@ -4,9 +4,8 @@ CT_ARCH_SUFFIX="v6" # CT_ARCH_USE_MMU is not set CT_TARGET_VENDOR="nommu" CT_KERNEL_LINUX=y -# CT_KERNEL_LINUX_INSTALL_CHECK is not set CT_BINUTILS_PLUGINS=y -CT_THREADS_NONE=y +CT_LIBC_UCLIBC_NG=y CT_CC_GCC_DISABLE_PCH=y CT_CC_GCC_BUILD_ID=y CT_CC_GCC_LNK_HASH_STYLE_BOTH=y -- cgit v1.2.3