diff options
-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 |