Allow ARMC6 only mbed 5 releases

pull/7302/head
Jimmy Brisson 2018-07-16 08:42:55 -05:00
parent 455f1fd440
commit 9968b547d9
1 changed files with 1 additions and 1 deletions

View File

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