Closed palmer-dabbelt closed 8 years ago
+1
I'm interested in building a debian port. It'll be important to have consistent naming across the board.
It would be quite nice if this could be resolved, for the reasons pointed out by Palmer.
Hi. I am not 100% clear on the state of this repository. I just got bit by this issue at the RISC-V workshop. Is there someone actively maintaining this repository? If not, I can try to merge some of this stuff in.
I've only been passively maintaining it. I'd appreciate the help.
PR #48 fixes the immediate issue with the uts.machine
field without needing to modify the top-level Makefile.
This causes config.{guess,sub} to fail because the upstreamed tuple is "riscv64-unknown-linux-gnu", not "riscv-unknown-linux-gnu". There's a super easy fix: apply the following patch and "make ARCH=riscv64", but since the patch touches "linux/Makefile" it can't be merged here because of how riscv-linux.git is setup.
This isn't so important because you can always just "./configure --build=riscv64-unknown-linux-gnu", but it is a bit of a headache...