mirror of https://github.com/ARMmbed/mbed-os.git
Add toolchain flag to DS-5 exporter
parent
ac34f29f66
commit
9d0e65f47a
|
|
@ -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