risc-v/esp32c3: Sort LIBC_ARCH_* configs alphabetically

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-12-30 08:50:22 -03:00 committed by Alan Carvalho de Assis
parent 78362b0949
commit c04fbb0365

View File

@ -58,14 +58,14 @@ config ARCH_CHIP_ESP32C3
select ARCH_VECNOTIRQ
select ARCH_HAVE_RESET
select LIBC_ARCH_ATOMIC
select LIBC_ARCH_MEMSET
select LIBC_ARCH_MEMCPY
select LIBC_ARCH_MEMMOVE
select LIBC_ARCH_MEMCMP
select LIBC_ARCH_MEMCHR
select LIBC_ARCH_STRCPY
select LIBC_ARCH_MEMCMP
select LIBC_ARCH_MEMMOVE
select LIBC_ARCH_MEMSET
select LIBC_ARCH_STRCHR
select LIBC_ARCH_STRCMP
select LIBC_ARCH_STRCPY
select LIBC_ARCH_STRLCPY
select LIBC_ARCH_STRNCPY
select LIBC_ARCH_STRLEN