Skip to content

Commit bef020b

Browse files
committed
cmake: Remove armasm workaround for Cortex M55
1 parent 204dd5b commit bef020b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/cmake/cores/Cortex-M55.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
1717
)
1818
endif()
1919

20-
# We'd like to use just "-mcpu=cortex-m55" in common_options, but due to a bug
21-
# in armclang passing options to armasm, we use the following flags as a
22-
# workaround to select M55.
23-
list(APPEND asm_compile_options
24-
-mcpu=cortex-r7
25-
-Wa,--cpu=cortex-m55
26-
)
2720

2821
function(mbed_set_cpu_core_definitions target)
2922
target_compile_definitions(${target}

0 commit comments

Comments
 (0)