libfringe icon indicating copy to clipboard operation
libfringe copied to clipboard

Add 32 bits RISC-V support

Open occheung opened this issue 4 years ago • 0 comments

Summary

This patch is to add riscv32 target support to libfringe.

Changes

arch/riscv32.rs: Implemented a riscv32 port similar to other supported targets. mod.rs: Point imp to riscv32.rs when using riscv32 target.

occheung avatar Aug 23 '21 02:08 occheung