diff --git a/suite/auto-sync/src/autosync/Targets.py b/suite/auto-sync/src/autosync/Targets.py index 1a62eaa344..a4a198984d 100644 --- a/suite/auto-sync/src/autosync/Targets.py +++ b/suite/auto-sync/src/autosync/Targets.py @@ -41,6 +41,7 @@ "ARC": "ARC", "Xtensa": "Xtensa", "TriCore": "TriCore", + "ARC": "ARC", "ARCH": "ARCH", # For testing } @@ -55,5 +56,6 @@ "Mips": "Mips", "Xtensa": "Xtensa", "TriCore": "TriCore", + "ARC": "ARC", "ARCH": "ARCH", # For testing }