mirror of https://github.com/ARMmbed/mbed-os.git
The build system respects -DUVISOR_PRESENT and dynamically disables floating point support
parent
ef4376740b
commit
1b4d69aa8f
|
@ -217,6 +217,9 @@ class mbedToolchain:
|
||||||
|
|
||||||
self.mp_pool = None
|
self.mp_pool = None
|
||||||
|
|
||||||
|
if 'UVISOR_PRESENT' in self.macros:
|
||||||
|
self.target.core = re.sub(r"F$", '', self.target.core)
|
||||||
|
|
||||||
def get_output(self):
|
def get_output(self):
|
||||||
return self.output
|
return self.output
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue