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


##########
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:
   Good point! I noticed that CONFIG_AVR_LINUXGCC_TOOLCHAIN_IS_GCC is not used 
in the code



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