mirror of https://github.com/ARMmbed/mbed-os.git
Fixed RTOS compilation for some targets
More details: https://github.com/mbedmicro/mbed/pull/472pull/490/head^2
parent
f9b22381c7
commit
5687a86731
|
@ -54,7 +54,7 @@ class GCC(mbedToolchain):
|
|||
"-Wno-unused-parameter", "-Wno-missing-field-initializers",
|
||||
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
|
||||
"-ffunction-sections", "-fdata-sections",
|
||||
"-MMD", "-fno-delete-null-pointer-checks",
|
||||
"-MMD", "-fno-delete-null-pointer-checks", "-fomit-frame-pointer"
|
||||
] + self.cpu
|
||||
|
||||
if "save-asm" in self.options:
|
||||
|
|
Loading…
Reference in New Issue