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.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-11-13 14:08:26 +01:00 committed by Alan Carvalho de Assis
parent a01cb867ce
commit 6cbcbd5481
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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