Merge branch 'Musca_march' of https://github.com/deepikabhavnani/mbed-os into dev_rollup

pull/8753/head
Martin Kojtal 2018-11-15 14:02:14 +00:00
commit caae883306
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class GCC(mbedToolchain):
elif target.core.startswith("Cortex-M33F"):
self.cpu = ["-mcpu=cortex-m33+nodsp"]
elif target.core.startswith("Cortex-M33"):
self.cpu = ["-mcpu=cortex-m33+nodsp+nofp"]
self.cpu = ["-march=armv8-m.main"]
else:
self.cpu = ["-mcpu={}".format(target.core.lower())]