esp32s3: enable LIBC_ARCH_ATOMIC
Fixes toywasm build.
This commit is contained in:
parent
02936df943
commit
a59a4ca8ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user