GCC 16 Adding Support For GNU/Hurd On RISC-V Targets
- Reference: 0001541540
- News link: https://www.phoronix.com/news/GCC-16-RISC-V-GNU-Hurd-Targets
- Source link:
Following this week's [4]GCC 15 compiler code branching and GCC 16 development opening on main, one of the early features for next year's GNU Compiler Collection release is introducing riscv*-*-gnu* targets.
[5]This commit for GCC 16 is enough to get a compiler toolchain in place that can build binaries targeting the RISC-V processor architecture on GNU Hurd.
While RISC-V is more open than other CPU ISAs, as recently as two years ago Hurd developers were apprehensive about it and instead exploring AArch64 ports and the like due to being better established than RISC-V. We'll see if GNU Hurd on RISC-V sees much uptake moving forward and ultimately what RISC-V boards end up seeing support under GNU/Hurd.
[1] https://www.phoronix.com/news/GNU-Hurd-NetBSD-Drivers-2022
[2] https://www.phoronix.com/news/GNU-Hurd-x86_64-2023-Progress
[3] https://www.phoronix.com/news/Hurd-Progress-Q2-2024
[4] https://www.phoronix.com/news/GCC-15-Branched
[5] https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=869f2ab30ad53033ad6ac82569d74ce3a99fe510
StarterX4