diff options
Diffstat (limited to 'Modules/Compiler')
-rw-r--r-- | Modules/Compiler/HP-ASM.cmake | 1 | ||||
-rw-r--r-- | Modules/Compiler/HP-C.cmake | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Modules/Compiler/HP-ASM.cmake b/Modules/Compiler/HP-ASM.cmake new file mode 100644 index 0000000..3eeab3f --- /dev/null +++ b/Modules/Compiler/HP-ASM.cmake @@ -0,0 +1 @@ +SET(CMAKE_ASM_VERBOSE_FLAG "-v") diff --git a/Modules/Compiler/HP-C.cmake b/Modules/Compiler/HP-C.cmake index abf384a..71add35 100644 --- a/Modules/Compiler/HP-C.cmake +++ b/Modules/Compiler/HP-C.cmake @@ -1 +1,4 @@ -SET(CMAKE_C_VERBOSE_FLAG "-v") +SET(CMAKE_ASM_VERBOSE_FLAG "-v") +SET(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s ) + +SET(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>") |