Skip to content

Commit 5d2f394

Browse files
authored
Merge pull request #8012 from JanneKiiskila/armc6-align-fix
IOTCORE-389 - bring back legacy alignment for Arm C6
2 parents 7a8e849 + f1795e3 commit 5d2f394

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/profiles/debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"asm": [],
2424
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
2525
"cxx": ["-fno-rtti", "-std=gnu++98"],
26-
"ld": ["--verbose", "--remove", "--show_full_path"]
26+
"ld": ["--verbose", "--remove", "--show_full_path", "--legacyalign"]
2727
},
2828
"ARM": {
2929
"common": ["-c", "--gnu", "-Otime", "--split_sections",

tools/profiles/develop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"asm": [],
2323
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
2424
"cxx": ["-fno-rtti", "-std=gnu++98"],
25-
"ld": ["--show_full_path"]
25+
"ld": ["--show_full_path", "--legacyalign"]
2626
},
2727
"ARM": {
2828
"common": ["-c", "--gnu", "-Otime", "--split_sections",

tools/profiles/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"asm": [],
2323
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
2424
"cxx": ["-fno-rtti", "-std=gnu++98"],
25-
"ld": ["--show_full_path"]
25+
"ld": ["--show_full_path", "--legacyalign"]
2626
},
2727
"ARM": {
2828
"common": ["-c", "--gnu", "-Ospace", "--split_sections",

0 commit comments

Comments
 (0)