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:07 UTC

[incubator-nuttx] branch master updated (afc09fb442 -> 2dbf826c19)

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

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


    from afc09fb442 drivers/audio/cxd56: Workaround for HW issue of CXD56
     new 7539d75bb4 config: DEBUG_LINK_MAP don't need depend on ARCH_TOOLCHAIN_GNU
     new 2dbf826c19 config: It's enough to let LTO_FULL depend on ARCH_TOOLCHAIN_GNU only

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Kconfig      | 1 -
 arch/Kconfig | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


[incubator-nuttx] 02/02: config: It's enough to let LTO_FULL depend on ARCH_TOOLCHAIN_GNU only

Posted by ma...@apache.org.
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 2dbf826c19c38e641cf3209ccb68e8771f368c94
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Apr 28 00:05:08 2022 +0800

    config: It's enough to let LTO_FULL depend on ARCH_TOOLCHAIN_GNU only
    
    since ARCH_TOOLCHAIN_CLANG automatically select ARCH_TOOLCHAIN_GNU
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 arch/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 530f2d0d45..49b9332611 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -245,7 +245,7 @@ config LTO_NONE
 
 config LTO_FULL
 	bool "GNU Full LTO (EXPERIMENTAL)"
-	depends on ARCH_TOOLCHAIN_GNU || ARCH_TOOLCHAIN_CLANG
+	depends on ARCH_TOOLCHAIN_GNU
 	---help---
 		Link time optimization is implemented as a GCC front end for a bytecode
 		bytecode representation of GIMPLE that is emitted in special sections


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

Posted by ma...@apache.org.
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