Skip to content

Commit 4f02c45

Browse files
grasci-armbrondani
andauthored
[buildmgr] Add AC6 ASM flags for dependency rules generation (#1265) (#2144)
[buildmgr] Add ASM flags for dependency rules generation Co-authored-by: Daniel Brondani <[email protected]>
1 parent eabecf4 commit 4f02c45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/buildmgr/cbuildgen/config/AC6.6.16.2.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,3 +757,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMakeASM")
757757
# Set CMake flags for compiler identification
758758
set(CMAKE_C_FLAGS_INIT ${CC_CPU})
759759
set(CMAKE_CXX_FLAGS_INIT ${CXX_CPU})
760+
761+
# Set CMake ASM flags for dependency rules generation
762+
set(CMAKE_DEPFILE_FLAGS_ASM "-MD -MT <DEP_TARGET> -MF <DEP_FILE>")

0 commit comments

Comments
 (0)