Skip to content

Commit e264640

Browse files
committed
Adding ARMC6 label for ARMC6 toolchain class
1 parent 378a70c commit e264640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/toolchains/arm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,9 @@ def __init__(self, target, *args, **kwargs):
475475

476476
def _get_toolchain_labels(self):
477477
if getattr(self.target, "default_toolchain", "ARM") == "uARM":
478-
return ["ARM", "ARM_MICRO"]
478+
return ["ARM", "ARM_MICRO", "ARMC6"]
479479
else:
480-
return ["ARM", "ARM_STD"]
480+
return ["ARM", "ARM_STD", "ARMC6"]
481481

482482
def parse_dependencies(self, dep_path):
483483
return mbedToolchain.parse_dependencies(self, dep_path)

0 commit comments

Comments
 (0)