Re: [PATCH] RTEMS: Add riscv multilibs

2025-07-10 Thread Kito Cheng
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

[PATCH] RTEMS: Add riscv multilibs

2025-07-09 Thread Sebastian Huber
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