Skip to content

Commit

Permalink
Rename the variant name from strictly_aligned to strictalign. (#578)
Browse files Browse the repository at this point in the history
Rename the variant name  from strictly_aligned to strictalign inorder to match with the corresponding aarch64 variant for -mno-unaligned-access.
  • Loading branch information
simpal01 authored Nov 26, 2024
1 parent 4b047f6 commit 8d4f804
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions arm-multilib/json/multilib.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
"flags": "--target=armv7-unknown-none-eabi -mfpu=none -fno-exceptions -fno-rtti"
},
{
"variant": "armv7a_soft_nofp_strictly_aligned_exn_rtti",
"json": "armv7a_soft_nofp_strictly_aligned_exn_rtti.json",
"variant": "armv7a_soft_nofp_strictalign_exn_rtti",
"json": "armv7a_soft_nofp_strictalign_exn_rtti.json",
"flags": "--target=armv7-unknown-none-eabi -mfpu=none -mno-unaligned-access"
},
{
"variant": "armv7a_soft_nofp_strictly_aligned",
"json": "armv7a_soft_nofp_strictly_aligned.json",
"variant": "armv7a_soft_nofp_strictalign",
"json": "armv7a_soft_nofp_strictalign.json",
"flags": "--target=armv7-unknown-none-eabi -mfpu=none -mno-unaligned-access -fno-exceptions -fno-rtti"
},
{
Expand Down Expand Up @@ -286,4 +286,4 @@
"flags": "--target=thumbv8.1m.main-unknown-none-eabihf -march=thumbv8.1m.main+mve -mfpu=none -mbranch-protection=pac-ret+bti -fno-exceptions -fno-rtti"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"args": {
"common": {
"TARGET_ARCH": "armv7a",
"VARIANT": "armv7a_soft_nofp_strictly_aligned",
"VARIANT": "armv7a_soft_nofp_strictalign",
"COMPILE_FLAGS": "-mfloat-abi=soft -march=armv7a -mfpu=none -mno-unaligned-access",
"ENABLE_EXCEPTIONS": "OFF",
"ENABLE_RTTI": "OFF",
Expand Down Expand Up @@ -38,4 +38,4 @@
"ENABLE_LIBCXX_TESTS": "OFF"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"args": {
"common": {
"TARGET_ARCH": "armv7a",
"VARIANT": "armv7a_soft_nofp_strictly_aligned_exn_rtti",
"VARIANT": "armv7a_soft_nofp_strictalign_exn_rtti",
"COMPILE_FLAGS": "-mfloat-abi=soft -march=armv7a -mfpu=none -mno-unaligned-access",
"ENABLE_EXCEPTIONS": "ON",
"ENABLE_RTTI": "ON",
Expand Down Expand Up @@ -38,4 +38,4 @@
"ENABLE_LIBCXX_TESTS": "OFF"
}
}
}
}

0 comments on commit 8d4f804

Please sign in to comment.