mirror of https://github.com/ARMmbed/mbed-os.git
Removes GCC_ARM as a supported compiler for the ARM_MPS targets
parent
a68b724d07
commit
8640bcf9cc
|
@ -1163,7 +1163,7 @@ class ARM_MPS2_M0(ARM_MPS2_Target):
|
|||
self.core = "Cortex-M0"
|
||||
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M0']
|
||||
self.macros = ['CMSDK_CM0']
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_toolchains = ["ARM"]
|
||||
self.default_toolchain = "ARM"
|
||||
|
||||
class ARM_MPS2_M0P(ARM_MPS2_Target):
|
||||
|
@ -1172,7 +1172,7 @@ class ARM_MPS2_M0P(ARM_MPS2_Target):
|
|||
self.core = "Cortex-M0+"
|
||||
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M0P']
|
||||
self.macros = ['CMSDK_CM0plus']
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_toolchains = ["ARM"]
|
||||
self.default_toolchain = "ARM"
|
||||
|
||||
class ARM_MPS2_M1(ARM_MPS2_Target):
|
||||
|
@ -1181,7 +1181,7 @@ class ARM_MPS2_M1(ARM_MPS2_Target):
|
|||
self.core = "Cortex-M1"
|
||||
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M1']
|
||||
self.macros = ['CMSDK_CM1']
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_toolchains = ["ARM"]
|
||||
self.default_toolchain = "ARM"
|
||||
|
||||
class ARM_MPS2_M3(ARM_MPS2_Target):
|
||||
|
@ -1190,7 +1190,7 @@ class ARM_MPS2_M3(ARM_MPS2_Target):
|
|||
self.core = "Cortex-M3"
|
||||
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M3']
|
||||
self.macros = ['CMSDK_CM3']
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_toolchains = ["ARM"]
|
||||
self.default_toolchain = "ARM"
|
||||
|
||||
class ARM_MPS2_M4(ARM_MPS2_Target):
|
||||
|
@ -1199,7 +1199,7 @@ class ARM_MPS2_M4(ARM_MPS2_Target):
|
|||
self.core = "Cortex-M4F"
|
||||
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M4']
|
||||
self.macros = ['CMSDK_CM4']
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_toolchains = ["ARM"]
|
||||
self.default_toolchain = "ARM"
|
||||
|
||||
class ARM_MPS2_M7(ARM_MPS2_Target):
|
||||
|
@ -1208,7 +1208,7 @@ class ARM_MPS2_M7(ARM_MPS2_Target):
|
|||
self.core = "Cortex-M4F"
|
||||
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M7']
|
||||
self.macros = ['CMSDK_CM7']
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_toolchains = ["ARM"]
|
||||
self.default_toolchain = "ARM"
|
||||
|
||||
class ARM_MPS2(ARM_MPS2_M4):
|
||||
|
|
Loading…
Reference in New Issue