Merge branch 'master' of github.com:mbedmicro/mbed

pull/423/head
Bogdan Marinescu 2014-07-31 13:37:06 +01:00
commit 71226052f8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ARM(mbedToolchain):
common = ["-c",
"--cpu=%s" % cpu, "--gnu",
"-Otime", "--split_sections", "--apcs=interwork",
"--brief_diagnostics", "--restrict"
"--brief_diagnostics", "--restrict", "--multibyte_chars"
]
if "save-asm" in self.options: