Remove IAR from required toolchains list

pull/9858/head
Deepika 2019-02-26 10:26:13 -06:00
parent 6d04fa78f2
commit 1ad23433f5
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ def is_official_target(target_name, version):
elif version == '5':
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
required_toolchains = [
set(['ARM', 'GCC_ARM', 'IAR']),
set(['ARM', 'GCC_ARM']),
set(['ARMC6'])
]
supported_toolchains = set(target.supported_toolchains)