nuttx/arch: Enabling ARCH_MATH_H is required when compiling sim with the 13.2 version of the toolchain.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei 2024-03-15 10:05:42 +08:00 committed by Xiang Xiao
parent 6f9543daec
commit 57e901e5ea
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ config ARCH_SIM
select SERIAL_IFLOWCONTROL
select SCHED_HPWORK
select ARCH_HAVE_CPUINFO
select ARCH_MATH_H if LIBCXX
---help---
Linux/Cygwin user-mode simulation.