This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6cbcbd5481311a64591c630794de9166f30344f4 Author: Abdelatif Guettouche <abdelatif.guettou...@espressif.com> AuthorDate: Sat Nov 13 14:08:26 2021 +0100 arch/risc-v&xtensa/Kconfig: Don't select LIBC_ARCH_MEMCCMP. The Kconfig option doens't exist and we are not providing any external implementation. Signed-off-by: Abdelatif Guettouche <abdelatif.guettou...@espressif.com> --- arch/risc-v/Kconfig | 1 - arch/xtensa/Kconfig | 2 -- 2 files changed, 3 deletions(-) diff --git a/arch/risc-v/Kconfig b/arch/risc-v/Kconfig index fda26ab..e8e812a 100644 --- a/arch/risc-v/Kconfig +++ b/arch/risc-v/Kconfig @@ -51,7 +51,6 @@ config ARCH_CHIP_ESP32C3 select LIBC_ARCH_MEMMOVE select LIBC_ARCH_MEMCMP select LIBC_ARCH_MEMCHR - select LIBC_ARCH_MEMCCMP select LIBC_ARCH_STRCPY select LIBC_ARCH_STRCHR select LIBC_ARCH_STRCMP diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 03d1ec0..402f92f 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -22,7 +22,6 @@ config ARCH_CHIP_ESP32 select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCHR select LIBC_ARCH_MEMCMP - select LIBC_ARCH_MEMCCMP select LIBC_ARCH_MEMMOVE select LIBC_ARCH_MEMSET ---help--- @@ -49,7 +48,6 @@ config ARCH_CHIP_ESP32S2 select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCHR select LIBC_ARCH_MEMCMP - select LIBC_ARCH_MEMCCMP select LIBC_ARCH_MEMMOVE select LIBC_ARCH_MEMSET select LIBC_ARCH_STRCHR