Added --multibyte_chars option

Added --multibyte_chars option for ARM and uARM build.

This enables to use multi-byte character such as Japanese or Chinese
especially for string literal.
It should not be affected single-byte character set.  Tested with
Japanese Windows environment.
pull/420/head
Toyomasa Watarai 2014-07-30 10:54:08 +09:00
parent 490d1a6606
commit c66f9943a6
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: