Merge pull request #420 from toyowata/master

Added --multibyte_chars option
pull/423/head
Bogdan Marinescu 2014-07-31 10:44:13 +01:00
commit f179946b89
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: