Build: Add missing macro calls for IAR
Apparently the calls to some newly added macros in the toolchain
files were never added for the IAR toolchain.
Signed-off-by: TTornblom <thomas.tornblom@iar.com>
Change-Id: I04f1c05085a1edbdbc12fa93e1e6b4aeae76f7e6
diff --git a/toolchain_IARARM.cmake b/toolchain_IARARM.cmake
index 9430e78..4a9662f 100644
--- a/toolchain_IARARM.cmake
+++ b/toolchain_IARARM.cmake
@@ -78,6 +78,10 @@
endmacro()
macro(tfm_toolchain_reload_compiler)
+ tfm_toolchain_set_processor_arch()
+ tfm_toolchain_reset_compiler_flags()
+ tfm_toolchain_reset_linker_flags()
+
unset(CMAKE_C_FLAGS_INIT)
unset(CMAKE_C_LINK_FLAGS)
unset(CMAKE_ASM_FLAGS_INIT)