Fixed RTOS compilation for some targets

More details: https://github.com/mbedmicro/mbed/pull/472
pull/490/head^2
Bogdan Marinescu 2014-09-11 17:03:23 +01:00
parent f9b22381c7
commit 5687a86731
1 changed files with 1 additions and 1 deletions

View File

@ -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: