Modify to support NEON for RTOS. (tools files)

We modified to support NEON of CMSIS-RTOS RTX for Cortex-A9 and fixed some bugs of it.
pull/1326/head
tomoyuki yamanaka 2015-09-08 16:26:40 +09:00
parent 40a175b168
commit b65fbdc3e4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class GCC(mbedToolchain):
self.cpu.append("-mthumb-interwork")
self.cpu.append("-marm")
self.cpu.append("-march=armv7-a")
self.cpu.append("-mfpu=vfpv3-d16")
self.cpu.append("-mfpu=vfpv3")
self.cpu.append("-mfloat-abi=hard")
self.cpu.append("-mno-unaligned-access")