Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-22 | riscv: fix pread64/pwrite64 users like git, suggested by sorear | Waldemar Brodkorb | |
2024-03-20 | riscv32: sync with riscv64 | Waldemar Brodkorb | |
2024-03-03 | riscv32: decouple from riscv64 | Waldemar Brodkorb | |
2024-03-03 | remove symlink | Waldemar Brodkorb | |
2022-11-20 | RISC-V 32-bit support | ustcymgu@gmail.com | |
Added 32-bit RISC-V support. I have managed to get 32-bit RISC-V No-MMU Linux running based on mainstream buildroot. It's nice to have uclibc support this 32-bit No-MMU target. There's no substantial code change except definations and config options. Signed-off-by: Yimin Gu <ustcymgu@gmail.com> |