armcc - fix include path for armcc bin file correction

pull/1912/head
0xc0170 2016-06-13 16:55:56 +01:00
parent 0b2c37a17c
commit 160030052b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class ARM(mbedToolchain):
DEFAULT_FLAGS = {
'common': ["-c", "--gnu",
"-Otime", "--split_sections", "--apcs=interwork",
"--brief_diagnostics", "--restrict", "--multibyte_chars", "-I", "\""+ARM_INC+"\""],
"--brief_diagnostics", "--restrict", "--multibyte_chars", "-I \""+ARM_INC+"\""],
'asm': [],
'c': ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
'cxx': ["--cpp", "--no_rtti"],