Re: [RFC] riscv64 stub port for GNU Mach – compiles, early WIP

2025-04-05 Thread Samuel Thibault
Hello, Hakan Candar, le sam. 05 avril 2025 13:40:01 +, a ecrit: > I’ve been working on getting GNU Mach to compile on riscv64, Nice :) I don't remember if somebody did some work about this. > Separately, I created a `riscv64-none-gnu` target for GCC and created the > necessary backend confi

[RFC] riscv64 stub port for GNU Mach – compiles, early WIP

2025-04-05 Thread Hakan Candar via Bug reports for the GNU Hurd
Hi all, I’ve been working on getting GNU Mach to compile on riscv64, and I wanted to share an early update and ask if there’s interest in upstreaming a stub port. So far I’ve created a set of stub implementation files for riscv64, mostly copied and stripped down from the existing i386 directory