You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/15 12:26:20 UTC

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7097: arch/arm: unify compile flags to common/Toolchain.defs

anchao commented on code in PR #7097:
URL: https://github.com/apache/incubator-nuttx/pull/7097#discussion_r971920910


##########
arch/arm/Kconfig:
##########
@@ -6,6 +6,44 @@
 if ARCH_ARM
 comment "ARM Options"
 
+choice
+	prompt "Toolchain Selection"
+	default TOOLCHAIN_GNU_EABI
+
+config TOOLCHAIN_IAR

Review Comment:
   Done



##########
Kconfig:
##########
@@ -1980,7 +1980,7 @@ config DEBUG_OPTLEVEL
 config DEBUG_OPT_UNUSED_SECTIONS
 	bool "Optimization to eliminate the unused input sections"
 	default y
-	depends on ARCH_TOOLCHAIN_GNU
+	depends on TOOLCHAIN_IS_GNU

Review Comment:
   Done



-- 
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-unsubscribe@nuttx.apache.org

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