Skip to content

Commit 49ae504

Browse files
author
Cruz Monrreal
authored
Merge pull request #7544 from cmonr/fix-make.py
Remove extra ARMc6 instance in unique mapping
2 parents dd6482b + a070e35 commit 49ae504

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/build_api.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def build_lib(lib_id, target, toolchain_name, clean=False, macros=None,
885885
'mbed_main.o',
886886
'mbed_sdk_boot.o',
887887
]
888-
888+
889889

890890
def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
891891
notify=None, jobs=1, report=None, properties=None,
@@ -1068,9 +1068,6 @@ def get_unique_supported_toolchains(release_targets=None):
10681068
if toolchain not in unique_supported_toolchains:
10691069
unique_supported_toolchains.append(toolchain)
10701070

1071-
if "ARM" in unique_supported_toolchains:
1072-
unique_supported_toolchains.append("ARMC6")
1073-
10741071
return unique_supported_toolchains
10751072

10761073

0 commit comments

Comments
 (0)