xiaoxiang781216 commented on code in PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#discussion_r2078090721


##########
arch/avr/src/avr/Kconfig:
##########
@@ -57,6 +57,26 @@ config AVR_BUILDROOT_TOOLCHAIN
 
 endchoice # Toolchain
 
+config AVR_LINUXGCC_TOOLCHAIN_IS_GCC
+       bool "Mark the toolchain as a GCC toolchain"
+       default n
+       depends on AVR_LINUXGCC_TOOLCHAIN
+       select ARCH_TOOLCHAIN_GCC

Review Comment:
   we can merging this PR first, and fix the problem later if you want.



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to