Removed extra ARMc6 instance in unique mapping

pull/7544/head
Cruz Monrreal II 2018-07-18 14:10:42 -05:00
parent dd6482b955
commit a070e350ec
1 changed files with 1 additions and 4 deletions

View File

@ -1068,9 +1068,6 @@ def get_unique_supported_toolchains(release_targets=None):
if toolchain not in unique_supported_toolchains:
unique_supported_toolchains.append(toolchain)
if "ARM" in unique_supported_toolchains:
unique_supported_toolchains.append("ARMC6")
return unique_supported_toolchains