raiden00pl commented on PR #18331:
URL: https://github.com/apache/nuttx/pull/18331#issuecomment-3871256189

   why not just change this:
   
   
https://github.com/apache/nuttx/blob/e83606732d5e71eb98a9eb544537dbbeb71aa58b/arch/sim/Kconfig#L38-L49
   
   to this:
   
   ```
   choice
        prompt "Toolchain Selection"
        default SIM_TOOLCHAIN_GCC if HOST_LINUX
        default SIM_TOOLCHAIN_CLANG if HOST_MAC
        
   config SIM_TOOLCHAIN_GCC
        bool "Generic GNU toolchain"
        select ARCH_TOOLCHAIN_GCC
   
   config SIM_TOOLCHAIN_CLANG
        bool "LLVM Clang toolchain"
        select ARCH_TOOLCHAIN_CLANG
   
   endchoice
   
   
   ```


-- 
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]

Reply via email to