acassis commented on code in PR #12088:
URL: https://github.com/apache/nuttx/pull/12088#discussion_r1554975713
##########
arch/sim/Kconfig:
##########
@@ -15,18 +15,22 @@ config HOST_X86_64
select ARCH_HAVE_STACKCHECK
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF && !SIM_M32
select ARCH_HAVE_MATH_H
+ select ARCH_TOOLCHAIN_GNU
Review Comment:
@W-M-R but it doesn't sound correct to select a fixed toolchain, maybe the
recursion issue should be fixed other way. What if the developer decide to use
a toolchain different from GNU/GCC ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]