diff --git a/README.md b/README.md index 20af3dd..a9bd9de 100644 --- a/README.md +++ b/README.md @@ -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 `. ## The Makefile: