mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
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:
committed by
Alan Carvalho de Assis
parent
a01cb867ce
commit
6cbcbd5481
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user