mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'Musca_march' of https://github.com/deepikabhavnani/mbed-os into dev_rollup
commit
caae883306
|
@ -63,7 +63,7 @@ class GCC(mbedToolchain):
|
||||||
elif target.core.startswith("Cortex-M33F"):
|
elif target.core.startswith("Cortex-M33F"):
|
||||||
self.cpu = ["-mcpu=cortex-m33+nodsp"]
|
self.cpu = ["-mcpu=cortex-m33+nodsp"]
|
||||||
elif target.core.startswith("Cortex-M33"):
|
elif target.core.startswith("Cortex-M33"):
|
||||||
self.cpu = ["-mcpu=cortex-m33+nodsp+nofp"]
|
self.cpu = ["-march=armv8-m.main"]
|
||||||
else:
|
else:
|
||||||
self.cpu = ["-mcpu={}".format(target.core.lower())]
|
self.cpu = ["-mcpu={}".format(target.core.lower())]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue