From ef528f10bf7e9fe6a2c0f043102c24e76212f542 Mon Sep 17 00:00:00 2001 From: Josef Angstenberger Date: Sat, 11 Jul 2020 16:26:17 +0200 Subject: Compiler/TI: Sync ASM settings to C/CXX For assembler the same compiler executable is used as for C/CXX. So the setting shall be kept in sync. --- Modules/Compiler/TI-ASM.cmake | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Modules/Compiler/TI-ASM.cmake b/Modules/Compiler/TI-ASM.cmake index a566d70..01965d2 100644 --- a/Modules/Compiler/TI-ASM.cmake +++ b/Modules/Compiler/TI-ASM.cmake @@ -1,8 +1,4 @@ -set(CMAKE_LIBRARY_PATH_FLAG "--search_path=") -set(CMAKE_LINK_LIBRARY_FLAG "--library=") -set(CMAKE_INCLUDE_FLAG_ASM "--include_path=") - -set(CMAKE_ASM_COMPILE_OBJECT " --compile_only --asm_file= --output_file=") -set(CMAKE_ASM_LINK_EXECUTABLE " --run_linker --output_file= ") +include(Compiler/TI) +__compiler_ti(ASM) set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm;s;abs) -- cgit v0.12