You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/04/28 02:25:08 UTC

[incubator-nuttx] 01/02: config: DEBUG_LINK_MAP don't need depend on ARCH_TOOLCHAIN_GNU

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 7539d75bb4c759e9ecae19bf82d2aec811de9c72
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Apr 28 00:02:37 2022 +0800

    config: DEBUG_LINK_MAP don't need depend on ARCH_TOOLCHAIN_GNU
    
    since all toolchain could generate the map file
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 04f11fb037..836285687f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1972,7 +1972,6 @@ config DEBUG_OPT_UNUSED_SECTIONS
 config DEBUG_LINK_MAP
 	bool "Generate link map file"
 	default y
-	depends on ARCH_TOOLCHAIN_GNU
 	---help---
 		Selecting this option will pass "-Map=$(TOPDIR)$(DELIM)nuttx.map" to ld
 		when linking NuttX ELF. That file can be useful for verifying