Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 319 Bytes

vijosos

Vijos: Vijos Isn't Just an Operating System

Build musl-libc with:

ARCH=riscv CROSS_COMPILE="riscv64-unknown-linux-gnu-" CFLAGS="-march=rv64imac" ./configure
make

Build libstdc++ with:

mkdir build
cd build
../configure --host=riscv64-unknown-linux-gnu --enable-clocale=generic
make