unikraft / lib-newlib

Unikraft port of newlib, a C standard library
Other
5 stars 23 forks source link

Add riscv64 support #18

Open eduardvintila opened 2 years ago

eduardvintila commented 2 years ago

This PR adds support for riscv64 arch. Newlib was already ported to RISC-V machines, so this PR just adapts it to Unikraft.

Depends on #28 and https://github.com/unikraft/unikraft/pull/461.

Signed-off-by: Eduard Vintilă eduard.vintila47@gmail.com