This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 57e901e5ea nuttx/arch: Enabling ARCH_MATH_H is required when compiling 
sim with the 13.2 version of the toolchain.
57e901e5ea is described below

commit 57e901e5eaf82c6de1527644eaf01ec6034bdacc
Author: cuiziwei <cuizi...@xiaomi.com>
AuthorDate: Fri Mar 15 10:05:42 2024 +0800

    nuttx/arch: Enabling ARCH_MATH_H is required when compiling sim with the 
13.2 version of the toolchain.
    
    Signed-off-by: cuiziwei <cuizi...@xiaomi.com>
---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index f916feb5b7..7993d38a7f 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -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.
 

Reply via email to