mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2330 from theotherjimmy/ds-5-toolchain
Add toolchain flag to DS-5 exporterpull/2331/merge
commit
e4db590789
|
@ -40,6 +40,8 @@ class DS5_5(Exporter):
|
|||
's_sources':'2'
|
||||
}
|
||||
|
||||
TOOLCHAIN = "ARM"
|
||||
|
||||
def get_toolchain(self):
|
||||
return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM'
|
||||
|
||||
|
|
Loading…
Reference in New Issue