mirror of https://github.com/ARMmbed/mbed-os.git
Remove deprecated linker options
Resolved below warnings Warning: L3912W: Option 'legacyalign' is deprecated. Warning: L3912W: Option 'no_strict_wchar_size' is deprecated. Warning: L3912W: Option 'no_strict_enum_size' is deprecated.pull/7792/head
parent
63664520c0
commit
37a5646372
|
@ -23,8 +23,7 @@
|
|||
"asm": [],
|
||||
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
|
||||
"cxx": ["-fno-rtti", "-std=gnu++98"],
|
||||
"ld": ["--verbose", "--remove", "--legacyalign", "--no_strict_wchar_size",
|
||||
"--no_strict_enum_size", "--show_full_path"]
|
||||
"ld": ["--verbose", "--remove", "--show_full_path"]
|
||||
},
|
||||
"ARM": {
|
||||
"common": ["-c", "--gnu", "-Otime", "--split_sections",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"asm": [],
|
||||
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
|
||||
"cxx": ["-fno-rtti", "-std=gnu++98"],
|
||||
"ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size", "--show_full_path"]
|
||||
"ld": ["--show_full_path"]
|
||||
},
|
||||
"ARM": {
|
||||
"common": ["-c", "--gnu", "-Otime", "--split_sections",
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
"asm": [],
|
||||
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
|
||||
"cxx": ["-fno-rtti", "-std=gnu++98"],
|
||||
"ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size",
|
||||
"--show_full_path"]
|
||||
"ld": ["--show_full_path"]
|
||||
},
|
||||
"ARM": {
|
||||
"common": ["-c", "--gnu", "-Ospace", "--split_sections",
|
||||
|
|
Loading…
Reference in New Issue