Skip to content

Commit

Permalink
arch/Kconfig: remove ARCH_MATH_H if LIBCXX
Browse files Browse the repository at this point in the history
Because some libraries do require a full libm implementation.

Signed-off-by: zhanghongyu <[email protected]>
  • Loading branch information
zhhyu7 authored and xiaoxiang781216 committed Oct 24, 2024
1 parent 25c8774 commit c3a0155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ 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.

Expand Down
1 change: 1 addition & 0 deletions boards/sim/sim/sim/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ CONFIG_LIBC_MEMFD_ERROR=y
CONFIG_LIBC_NETDB=y
CONFIG_LIBC_NUMBERED_ARGS=y
CONFIG_LIBC_SCANSET=y
CONFIG_LIBM=y
CONFIG_LIBUV=y
CONFIG_LIBUV_THREADPOOL_SIZE=4
CONFIG_LIBUV_THREAD_STACKSIZE=16384
Expand Down

0 comments on commit c3a0155

Please sign in to comment.