mirror of https://github.com/ARMmbed/mbed-os.git
commit
ecf4008046
|
@ -24,7 +24,7 @@
|
|||
"asm": [],
|
||||
"c": ["-D__ASSERT_MSG", "-std=gnu11"],
|
||||
"cxx": ["-fno-rtti", "-fno-c++-static-destructors", "-std=gnu++14"],
|
||||
"ld": ["--show_full_path", "--legacyalign", "--any_contingency",
|
||||
"ld": ["--show_full_path", "--legacyalign", "--inline", "--any_contingency",
|
||||
"--keep=os_cb_sections"]
|
||||
},
|
||||
"ARM": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"asm": [],
|
||||
"c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
|
||||
"cxx": ["--cpp11", "--no_rtti", "--no_vla"],
|
||||
"ld": ["--show_full_path", "--any_contingency", "--keep=os_cb_sections"]
|
||||
"ld": ["--show_full_path", "--any_contingency", "--inline", "--keep=os_cb_sections"]
|
||||
},
|
||||
"uARM": {
|
||||
"common": ["-c", "--gnu", "-Ospace", "--split_sections",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"asm": [],
|
||||
"c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
|
||||
"cxx": ["--cpp11", "--no_rtti", "--no_vla"],
|
||||
"ld": ["--library_type=microlib"]
|
||||
"ld": ["--inline", "--library_type=microlib"]
|
||||
},
|
||||
"IAR": {
|
||||
"common": [
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"asm": [],
|
||||
"c": ["-D__ASSERT_MSG", "-std=gnu11"],
|
||||
"cxx": ["-fno-rtti", "-fno-c++-static-destructors", "-std=gnu++14"],
|
||||
"ld": ["--show_full_path", "--legacyalign", "--any_contingency",
|
||||
"ld": ["--show_full_path", "--legacyalign", "--inline", "--any_contingency",
|
||||
"--keep=os_cb_sections"]
|
||||
},
|
||||
"ARM": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"asm": [],
|
||||
"c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
|
||||
"cxx": ["--cpp11", "--no_rtti", "--no_vla"],
|
||||
"ld": ["--show_full_path", "--any_contingency", "--keep=os_cb_sections"]
|
||||
"ld": ["--show_full_path", "--any_contingency", "--inline", "--keep=os_cb_sections"]
|
||||
},
|
||||
"uARM": {
|
||||
"common": ["-c", "--gnu", "-Ospace", "--split_sections",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"asm": [],
|
||||
"c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
|
||||
"cxx": ["--cpp11", "--no_rtti", "--no_vla"],
|
||||
"ld": ["--library_type=microlib"]
|
||||
"ld": ["--inline", "--library_type=microlib"]
|
||||
},
|
||||
"IAR": {
|
||||
"common": [
|
||||
|
|
Loading…
Reference in New Issue