esp32s3: enable LIBC_ARCH_ATOMIC

Fixes toywasm build.
This commit is contained in:
YAMAMOTO Takashi 2023-12-06 23:03:49 +09:00 committed by Petro Karashchenko
parent 02936df943
commit a59a4ca8ea

View File

@ -87,6 +87,7 @@ config ARCH_CHIP_ESP32S3
select ARCH_HAVE_TESTSET
select ARCH_VECNOTIRQ
select LIBC_PREVENT_STRING_KERNEL
select LIBC_ARCH_ATOMIC
select LIBC_ARCH_MEMCPY if BUILD_FLAT
select LIBC_ARCH_MEMCHR if BUILD_FLAT
select LIBC_ARCH_MEMCMP if BUILD_FLAT