diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-05-26 09:43:22 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-05-29 08:38:49 +1200 |
commit | 031e08286711b60d61cae89d1649bc751ed083a6 (patch) | |
tree | 22d53ea5f977621013338f81208595d8d3eeb796 /samples | |
parent | dba47c8dbceedb096860add1a442660c3c0522da (diff) | |
download | crosstool-ng-031e08286711b60d61cae89d1649bc751ed083a6.tar.gz crosstool-ng-031e08286711b60d61cae89d1649bc751ed083a6.tar.bz2 crosstool-ng-031e08286711b60d61cae89d1649bc751ed083a6.zip |
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 <judge.packham@gmail.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config | 3 |
1 files changed, 1 insertions, 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 |