File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
31
31
PUBLIC
32
32
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
33
33
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
34
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-A9>
34
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-A9>
35
35
)
36
36
37
37
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
27
27
PUBLIC
28
28
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
29
29
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
30
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M0plus>
30
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M0plus>
31
31
)
32
32
33
33
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
26
26
PUBLIC
27
27
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
28
28
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
29
- $< $< COMPILE_LANGUAGE:ASM> :-cpu =Cortex-M0>
29
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M0>
30
30
)
31
31
32
32
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
26
26
PUBLIC
27
27
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
28
28
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
29
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M1>
29
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M1>
30
30
)
31
31
32
32
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
26
26
PUBLIC
27
27
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
28
28
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
29
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M23>
29
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M23>
30
30
)
31
31
32
32
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
26
26
PUBLIC
27
27
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
28
28
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
29
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M23>
29
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M23>
30
30
)
31
31
32
32
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
26
26
PUBLIC
27
27
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
28
28
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
29
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M3>
29
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M3>
30
30
)
31
31
32
32
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
28
28
PUBLIC
29
29
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
30
30
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
31
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M33.no_dsp.no_fp>
31
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M33.no_dsp.no_fp>
32
32
)
33
33
34
34
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
30
30
PUBLIC
31
31
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
32
32
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
33
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M33.no_dsp.no_fp>
33
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M33.no_dsp.no_fp>
34
34
)
35
35
36
36
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
31
31
PUBLIC
32
32
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
33
33
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
34
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M33.no_dsp>
34
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M33.no_dsp>
35
35
)
36
36
37
37
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
31
31
PUBLIC
32
32
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
33
33
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
34
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M33.no_dsp>
34
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M33.no_dsp>
35
35
)
36
36
37
37
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
29
29
PUBLIC
30
30
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
31
31
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
32
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M33>
32
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M33>
33
33
)
34
34
35
35
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
29
29
PUBLIC
30
30
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
31
31
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
32
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M33>
32
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M33>
33
33
)
34
34
35
35
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
28
28
PUBLIC
29
29
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
30
30
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
31
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M4.no_fp>
31
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M4.no_fp>
32
32
)
33
33
34
34
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
40
40
PUBLIC
41
41
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
42
42
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
43
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M4>
43
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M4>
44
44
)
45
45
46
46
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
28
28
PUBLIC
29
29
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
30
30
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
31
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M7.no_fp>
31
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M7.no_fp>
32
32
)
33
33
34
34
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
31
31
PUBLIC
32
32
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
33
33
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
34
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M7.fp.sp>
34
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M7.fp.sp>
35
35
)
36
36
37
37
target_link_options (${target}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
31
31
PUBLIC
32
32
$< $< COMPILE_LANGUAGE:C> :${compile_options} >
33
33
$< $< COMPILE_LANGUAGE:CXX> :${compile_options} >
34
- $< $< COMPILE_LANGUAGE:ASM> :--cpu =Cortex-M7>
34
+ $< $< COMPILE_LANGUAGE:ASM> :-mcpu =Cortex-M7>
35
35
)
36
36
37
37
target_link_options (${target}
You can’t perform that action at this time.
0 commit comments