diff options
author | Joakim Lönnberg <joakim.lonnberg@iar.com> | 2023-03-16 10:48:31 (GMT) |
---|---|---|
committer | Joakim Lönnberg <joakim.lonnberg@iar.com> | 2023-03-16 10:48:31 (GMT) |
commit | 9df52c7f1c7b4ba706401b92ebbdf45fd5b2c609 (patch) | |
tree | fcf127197bfecaff5690cf9f4b737aef223c4659 /Modules/Compiler | |
parent | 9d439e235ce117fb24822e0cb1716c785e38db19 (diff) | |
download | CMake-9df52c7f1c7b4ba706401b92ebbdf45fd5b2c609.zip CMake-9df52c7f1c7b4ba706401b92ebbdf45fd5b2c609.tar.gz CMake-9df52c7f1c7b4ba706401b92ebbdf45fd5b2c609.tar.bz2 |
IAR: Version update for arm assembler
Diffstat (limited to 'Modules/Compiler')
-rw-r--r-- | Modules/Compiler/IAR-ASM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/IAR-ASM.cmake b/Modules/Compiler/IAR-ASM.cmake index 98f58e7..4c0025c 100644 --- a/Modules/Compiler/IAR-ASM.cmake +++ b/Modules/Compiler/IAR-ASM.cmake @@ -5,7 +5,7 @@ include(Compiler/IAR) # Architecture specific if("${CMAKE_ASM${ASM_DIALECT}_COMPILER_ARCHITECTURE_ID}" STREQUAL "ARM") __compiler_iar_ilink(ASM) - __assembler_iar_deps("-y" 9) + __assembler_iar_deps("-y" 9.30) set(_CMAKE_IAR_SILENCER_FLAG " -S") set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;asm;msa;S) |