OK to trunk, although I didn't build a RISC-V rtems toolchain, but I
believe you have verified that change :)
On Thu, Jul 10, 2025 at 1:55 PM Sebastian Huber
wrote:
>
> gcc/ChangeLog:
>
> * config/riscv/t-rtems: Add -mstrict-align multilibs for
> targets without support for misali
gcc/ChangeLog:
* config/riscv/t-rtems: Add -mstrict-align multilibs for
targets without support for misaligned access in hardware.
---
gcc/config/riscv/t-rtems | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gcc/config/riscv/t-rtems b/gcc/config/ris