added toolchain compilation infos to readme

master
Anton Lydike 3 years ago
parent e08a58a29d
commit 1ab51aadff

@ -7,7 +7,7 @@ EMBARK is a small kernel, designed for educational projects. It has very limited
## The toolchain:
I am using the [riscv-gnu-toolchain](https://github.com/riscv/riscv-gnu-toolchain), configured with `--with-arch=rv32im --disable-linux --disable-gdb --disable-multilib`.
I am using the [riscv-gnu-toolchain](https://github.com/riscv/riscv-gnu-toolchain), configured with `--with-arch=rv32im --disable-linux --disable-gdb --disable-multilib` and built using `make -j <number of threads>`.
## The Makefile:

Loading…
Cancel
Save