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


##########
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 disable DEBUG_OPT_UNUSED_SECTIONS from defconfig or verify all boards 
add KEEP, it isn't good to keep the ugly code, or please drop this patch 
directly.



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