File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2882,19 +2882,22 @@ component_build_armcc () {
2882
2882
# Compile with -O1 since some Arm inline assembly is disabled for -O0.
2883
2883
2884
2884
# ARM Compiler 6 - Target ARMv7-A
2885
- armc6_build_test " -- target=arm-arm-none-eabi -O1 -march=armv7-a"
2885
+ armc6_build_test " -O1 -- target=arm-arm-none-eabi -march=armv7-a"
2886
2886
2887
2887
# ARM Compiler 6 - Target ARMv7-M
2888
- armc6_build_test " --target=arm-arm-none-eabi -O1 -march=armv7-m+dsp"
2888
+ armc6_build_test " -O1 --target=arm-arm-none-eabi -march=armv7-m"
2889
+
2890
+ # ARM Compiler 6 - Target ARMv7-M+DSP
2891
+ armc6_build_test " -O1 --target=arm-arm-none-eabi -march=armv7-m+dsp"
2889
2892
2890
2893
# ARM Compiler 6 - Target ARMv8-A - AArch32
2891
- armc6_build_test " -- target=arm-arm-none-eabi -O1 -march=armv8.2-a"
2894
+ armc6_build_test " -O1 -- target=arm-arm-none-eabi -march=armv8.2-a"
2892
2895
2893
2896
# ARM Compiler 6 - Target ARMv8-M
2894
- armc6_build_test " -- target=arm-arm-none-eabi -O1 -march=armv8-m.main"
2897
+ armc6_build_test " -O1 -- target=arm-arm-none-eabi -march=armv8-m.main"
2895
2898
2896
2899
# ARM Compiler 6 - Target ARMv8.2-A - AArch64
2897
- armc6_build_test " -- target=aarch64-arm-none-eabi -O1 -march=armv8.2-a+crypto"
2900
+ armc6_build_test " -O1 -- target=aarch64-arm-none-eabi -march=armv8.2-a+crypto"
2898
2901
}
2899
2902
2900
2903
component_test_tls13_only () {
You can’t perform that action at this time.
0 commit comments