From 1ab51aadffb5bee89cb185b674d942aa703c0e2d Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Mon, 16 Aug 2021 12:57:13 +0200 Subject: [PATCH] added toolchain compilation infos to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: