toolchain/tasking: add dependencies rules for tasking compiler

Tasking compiler uses customized compilation options for generating dependencies files

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an
2024-02-18 15:37:51 +08:00
committed by Xiang Xiao
parent 10a8c2be92
commit e11c793b33
5 changed files with 136 additions and 14 deletions
+4
View File
@@ -263,6 +263,10 @@ config ARCH_TOOLCHAIN_CLANG
select ARCH_TOOLCHAIN_GNU
default n
config ARCH_TOOLCHAIN_TASKING
bool
default n
choice
prompt "Link Time Optimization (LTO)"
default LTO_NONE